method
require_counter_update?
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::Associations::BelongsToAssociation
require_counter_update?()private
No documentation available.
# File activerecord/lib/active_record/associations/belongs_to_association.rb, line 80
def require_counter_update?
reflection.counter_cache_column && owner.persisted?
end