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