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