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