method
has_cached_counter?
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
v3.0.0 -
Show latest stable
-
0 notes -
Class: ActiveRecord::Associations::HasManyThroughAssociation
has_cached_counter?()
protected
Hide source
# File activerecord/lib/active_record/associations/has_many_through_association.rb, line 102 def has_cached_counter? @owner.attribute_present?(cached_counter_attribute_name) end