Flowdock
reset_runtime() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.