Flowdock
method

has_cached_counter?

Importance_0
has_cached_counter?(reflection = reflection()) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/has_many_association.rb, line 74
        def has_cached_counter?(reflection = reflection())
          owner.attribute_present?(cached_counter_attribute_name(reflection))
        end
Register or log in to add new notes.