File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
actionpack/lib/action_controller Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ module ActionController
13
13
14
14
# Ported modules
15
15
# require 'action_controller/routing'
16
+ autoload :Caching , 'action_controller/caching'
16
17
autoload :Dispatcher , 'action_controller/dispatch/dispatcher'
17
18
autoload :PolymorphicRoutes , 'action_controller/routing/generation/polymorphic_routes'
18
19
autoload :RecordIdentifier , 'action_controller/record_identifier'
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ class Base < Http
17
17
# Legacy modules
18
18
include SessionManagement
19
19
include ActionDispatch ::StatusCodes
20
+ include ActionController ::Caching
20
21
21
22
# Rails 2.x compatibility
22
23
include ActionController ::Rails2Compatibility
You can’t perform that action at this time.
0 commit comments