method
new
v5.1.7 -
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 7
def initialize(owner, reflection)
super
@through_records = {}
@through_association = nil
end