method

through_association

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