# File lib/her/model/orm.rb, line 112
      def decrement(attribute, by = 1)
        increment(attribute, -by)
      end