# File lib/active_record/base.rb, line 855
      def increment_counter(counter_name, id)
        update_counters(id, counter_name => 1)
      end