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