Greggo
0
Q:

has many through source

class User < ActiveRecord::Base
	has_many :answered_questions, through: :answers, source: :question
end
1

New to Communities?

Join the community