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