method
runtime=
rails latest stable - Class:
ActiveRecord::LogSubscriber
runtime=(value)public
No documentation available.
# File activerecord/lib/active_record/log_subscriber.rb, line 9
def self.runtime=(value)
ActiveRecord.deprecator.warn( ActiveRecord::LogSubscriber.runtime= is deprecated and will be removed in Rails 7.2..squish)
ActiveRecord::RuntimeRegistry.sql_runtime = value
end