# File lib/active_record/persistence.rb, line 244
    def increment!(attribute, by = 1)
      increment(attribute, by).update_column(attribute, self[attribute])
    end