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