method

through_association

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