method
increment_counters
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::Associations::BelongsToAssociation
increment_counters()public
No documentation available.
# File activerecord/lib/active_record/associations/belongs_to_association.rb, line 38
def increment_counters # :nodoc:
with_cache_name { |name| increment_counter name }
end