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