# File lib/active_record/persistence.rb, line 278 def toggle!(attribute) toggle(attribute).update_column(attribute, self[attribute]) end