method
save!
rails latest stable - Class:
ActiveRecord::Validations
save!(**options)public
Attempts to save the record just like {ActiveRecord::Base#save}[rdoc-ref:Base#save] but will raise an ActiveRecord::RecordInvalid exception instead of returning false if the record is not valid.