Flowdock
method

through_reflection_updates_counter_cache?

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: ActiveRecord::Associations::HasManyThroughAssociation
through_reflection_updates_counter_cache?() 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_through_association.rb, line 241
        def through_reflection_updates_counter_cache?
          counter_name = cached_counter_attribute_name
          inverse_updates_counter_named?(counter_name, through_reflection)
        end
Register or log in to add new notes.