Skip to content

Commit

Permalink
Merge pull request #39441 from fatkodima/caching-delete-autoload
Browse files Browse the repository at this point in the history
No need to extend ActionController::Caching by ActiveSupport::Autoload
  • Loading branch information
kamipo committed May 26, 2020
2 parents a970efb + da21ac7 commit b91906c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actionpack/lib/action_controller/caching.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b91906c

Please sign in to comment.