method
install_executor_hooks
rails latest stable - Class:
ActiveRecord::ConnectionAdapters::ConnectionPool
install_executor_hooks(executor = ActiveSupport::Executor)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 214
def install_executor_hooks(executor = ActiveSupport::Executor)
executor.register_hook(ExecutorHooks)
end