method
new
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::Reflection::AssociationReflection
new(*args)public
No documentation available.
# File activerecord/lib/active_record/reflection.rb, line 181
def initialize(*args)
super
@collection = [:has_many, :has_and_belongs_to_many].include?(macro)
end