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