Flowdock
method

increment_counters

Importance_0
v4.2.1 - Show latest stable - 0 notes - Class: ActiveRecord::Associations::BelongsToAssociation
increment_counters() public

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 38
      def increment_counters # :nodoc:
        with_cache_name { |name| increment_counter name }
      end
Register or log in to add new notes.