method
through_association
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::Associations::HasManyThroughAssociation
through_association()private
No documentation available.
# File activerecord/lib/active_record/associations/has_many_through_association.rb, line 54
def through_association
@through_association ||= owner.association(through_reflection.name)
end