Method: ActiveRecord::QueryCache.install_executor_hooks

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

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



51
52
53
# File 'activerecord/lib/active_record/query_cache.rb', line 51

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