method
new
v6.1.3.1 -
Show 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