method
async_sql_runtime=
rails latest stable - Class:
ActiveRecord::RuntimeRegistry
async_sql_runtime=(runtime)public
No documentation available.
# File activerecord/lib/active_record/runtime_registry.rb, line 24
def async_sql_runtime=(runtime)
ActiveSupport::IsolatedExecutionState[:active_record_async_sql_runtime] = runtime
end