mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove unnecessarily included modules in ActionController::Caching
This commit is contained in:
parent
98fe07a946
commit
f25cc147e9
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ module ActionController
|
||||||
module Caching
|
module Caching
|
||||||
extend ActiveSupport::Autoload
|
extend ActiveSupport::Autoload
|
||||||
extend ActiveSupport::Concern
|
extend ActiveSupport::Concern
|
||||||
include AbstractController::Callbacks
|
|
||||||
|
|
||||||
included do
|
included do
|
||||||
include ActionDispatch::Caching
|
include ActionDispatch::Caching
|
||||||
|
|
Loading…
Reference in a new issue