method
reset_runtime
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::LogSubscriber
reset_runtime()public
No documentation available.
# File activerecord/lib/active_record/log_subscriber.rb, line 23
def self.reset_runtime
ActiveRecord.deprecator.warn( ActiveRecord::LogSubscriber.reset_runtime is deprecated and will be removed in Rails 7.2..squish)
ActiveRecord::RuntimeRegistry.reset
end