method
cached_counter_attribute_name
Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: ActiveRecord::Associations::HasManyThroughAssociation
cached_counter_attribute_name()
protected
Hide source
# File activerecord/lib/active_record/associations/has_many_through_association.rb, line 105 def cached_counter_attribute_name "#{@reflection.name}_count" end