method
initialize_framework_caches
v2.3.8 -
Show latest stable
- Class:
Rails::Initializer
initialize_framework_caches()public
No documentation available.
# File railties/lib/initializer.rb, line 469
def initialize_framework_caches
if configuration.frameworks.include?(:action_controller)
ActionController::Base.cache_store ||= RAILS_CACHE
end
end