method
create_association
v3.0.9 -
Show latest stable
- Class:
ActiveRecord::Reflection::AssociationReflection
create_association(*options)public
Creates a new instance of the associated class, and immediately saves it with ActiveRecord::Base#save. options will be passed to the class’s creation method. Returns the newly created object.