method
toggle!
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::Persistence
toggle!(attribute)public
Wrapper around #toggle that saves the record. This method differs from its non-bang version in the sense that it passes through the attribute setter. Saving is not subjected to validation checks. Returns true if the record could be saved.