Method: ActiveModel::Datastore#save!
- Defined in:
- lib/active_model/datastore.rb
#save! ⇒ Object
For compatibility with libraries that require the bang method version (example, factory_bot).
176 177 178 |
# File 'lib/active_model/datastore.rb', line 176 def save! save_entity || raise(EntityNotSavedError, 'Failed to save the entity') end |