method
save
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::Validations
save(options={})public
The validation process on save can be skipped by passing validate: false. The regular {ActiveRecord::Base#save}[rdoc-ref:Persistence#save] method is replaced with this when the validations module is mixed in, which it is by default.