method

reset_runtime

rails 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