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