Flowdock
method

require_counter_update?

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: ActiveRecord::Associations::BelongsToAssociation
require_counter_update?() 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/belongs_to_association.rb, line 58
        def require_counter_update?
          reflection.counter_cache_column && owner.persisted?
        end
Register or log in to add new notes.