Active Record Counter Cache

Namespace
Methods
A
C
Instance Protected methods
actually_destroyed?()
# File activerecord/lib/active_record/counter_cache.rb, line 128
def actually_destroyed?
  @_actually_destroyed
end
clear_destroy_state()
# File activerecord/lib/active_record/counter_cache.rb, line 132
def clear_destroy_state
  @_actually_destroyed = nil
end