Method: ActiveRecord::AsynchronousQueriesTracker.install_executor_hooks

Defined in:
activerecord/lib/active_record/asynchronous_queries_tracker.rb

.install_executor_hooks(executor = ActiveSupport::Executor) ⇒ Object



32
33
34
# File 'activerecord/lib/active_record/asynchronous_queries_tracker.rb', line 32

def install_executor_hooks(executor = ActiveSupport::Executor)
  executor.register_hook(self)
end