method
update_attributes!
v3.2.13 -
Show latest stable
- Class:
ActiveRecord::Persistence
update_attributes!(attributes, options = {})public
Updates its receiver just like update_attributes but calls save! instead of save, so an exception is raised if the record is invalid.