method

through_reflection_updates_counter_cache?

rails latest stable - Class: ActiveRecord::Associations::HasManyThroughAssociation

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

through_reflection_updates_counter_cache?()
private

No documentation available.

# 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