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