Class: ActiveRecord::QueryCache
Relationships & Source Files | |
Namespace Children | |
Modules:
| |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Inherits: | Object |
Defined in: | activerecord/lib/active_record/query_cache.rb |
Class Method Summary
- .install_executor_hooks(executor = ActiveSupport::Executor) Internal use only
Class Method Details
.install_executor_hooks(executor = ActiveSupport::Executor)
This method is for internal use only.
[ GitHub ]
# File 'activerecord/lib/active_record/query_cache.rb', line 58
def self.install_executor_hooks(executor = ActiveSupport::Executor) # :nodoc: executor.register_hook(ExecutorHooks) end