From da21ac7bf9d8d2de4e9dbf4c137ad3e8ea50a495 Mon Sep 17 00:00:00 2001 From: fatkodima Date: Tue, 26 May 2020 22:00:13 +0300 Subject: [PATCH] No need to extend ActionController::Caching by ActiveSupport::Autoload --- actionpack/lib/action_controller/caching.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/actionpack/lib/action_controller/caching.rb b/actionpack/lib/action_controller/caching.rb index 83e3e0c37c..7a34911e9d 100644 --- a/actionpack/lib/action_controller/caching.rb +++ b/actionpack/lib/action_controller/caching.rb @@ -22,7 +22,6 @@ module ActionController # config.action_controller.cache_store = :mem_cache_store, Memcached::Rails.new('localhost:11211') # config.action_controller.cache_store = MyOwnStore.new('parameter') module Caching - extend ActiveSupport::Autoload extend ActiveSupport::Concern included do