Flowdock
method

create_association!

Importance_1
v3.0.9 - Show latest stable - 0 notes - 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. If the created record doesn’t pass validations, then an exception will be raised.

Returns the newly created object.

Show source
Register or log in to add new notes.