Flowdock
method

decrement_counters

Importance_0
decrement_counters() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/belongs_to_association.rb, line 54
        def decrement_counters
          with_cache_name { |name| decrement_counter name }
        end
Register or log in to add new notes.