instance method
clear_destroy_state
Ruby on Rails 4.2.11.3
Since v4.2.11.3 Last seen in v4.2.11.3Signature
clear_destroy_state()
No documentation comment.
Source
# File activerecord/lib/active_record/counter_cache.rb, line 132
def clear_destroy_state
@_actually_destroyed = nil
end
Defined in activerecord/lib/active_record/counter_cache.rb line 132
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::CounterCache