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