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