new(owner, reflection)
public

No documentation available.

# File activerecord/lib/active_record/associations/has_many_through_association.rb, line 8
      def initialize(owner, reflection)
        super

        @through_records     = {}
        @through_association = nil
      end