class method ActiveRecord.Model.build
ActiveRecord.Model.build(attributes) → Object
Identical to calling create(), but does not save the record.
ActiveRecord.Model.build(attributes) → Object
Identical to calling create(), but does not save the record.