# File lib/her/model/orm.rb, line 103
      def increment!(attribute, by = 1)
        increment(attribute, by) && save
        self
      end