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