method

update!

rails latest stable - Class: ActiveRecord::Persistence::ClassMethods
update!(id = :all, attributes)
public

Updates the object (or multiple objects) just like #update but calls #update! instead of update, so an exception is raised if the record is invalid and saving will fail.