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