method

runtime

runtime()
public

No documentation available.

# File activerecord/lib/active_record/log_subscriber.rb, line 16
    def self.runtime
      ActiveRecord.deprecator.warn(        ActiveRecord::LogSubscriber.runtime is deprecated and will be removed in Rails 7.2..squish)
      ActiveRecord::RuntimeRegistry.sql_runtime
    end