mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #39441 from fatkodima/caching-delete-autoload
No need to extend ActionController::Caching by ActiveSupport::Autoload
This commit is contained in:
commit
b91906c53c
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue