method
install_executor_hooks
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::AsynchronousQueriesTracker
install_executor_hooks(executor = ActiveSupport::Executor)public
No documentation available.
# File activerecord/lib/active_record/asynchronous_queries_tracker.rb, line 32
def install_executor_hooks(executor = ActiveSupport::Executor)
executor.register_hook(self)
end