method

new

rails latest stable - Class: ActiveRecord::Associations::HasManyThroughAssociation
new(owner, reflection)
public

No documentation available.

# File activerecord/lib/active_record/associations/has_many_through_association.rb, line 9
      def initialize(owner, reflection)
        super
        @through_records = {}.compare_by_identity
      end