method
cached_counter_attribute_name
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::Associations::HasManyAssociation
cached_counter_attribute_name(reflection = reflection)private
No documentation available.
# File activerecord/lib/active_record/associations/has_many_association.rb, line 80
def cached_counter_attribute_name(reflection = reflection)
options[:counter_cache] || "#{reflection.name}_count"
end