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