class ActiveRecord::Associations::HasManyThroughAssociation

def initialize(owner, reflection)

def initialize(owner, reflection)
  super
  @through_records = {}.compare_by_identity
end