method
has_cached_counter?
v3.0.0 -
Show latest stable
- Class:
ActiveRecord::Associations::HasManyThroughAssociation
has_cached_counter?()protected
No documentation available.
# 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