method
new
v3.0.9 -
Show latest stable
- Class:
ActiveRecord::Associations::HasManyAssociation
new(owner, reflection)public
No documentation available.
# File activerecord/lib/active_record/associations/has_many_association.rb, line 9
def initialize(owner, reflection)
@finder_sql = nil
super
end