method
has_cached_counter?

has_cached_counter?()
protected
Hide source
# File activerecord/lib/active_record/associations/has_many_association.rb, line 51 def has_cached_counter? @owner.attribute_present?(cached_counter_attribute_name) end