method
require_counter_update?
v5.0.0.1 -
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 58
def require_counter_update?
reflection.counter_cache_column && owner.persisted?
end