Skip to content

Commit ff589cc

Browse files
flecksikachu
authored andcommitted
Extend ActiveSupport::Autoload in AC::Caching
1 parent 3df0a09 commit ff589cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/action_controller/action_caching.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
module ActionController
44
module Caching
5+
extend ActiveSupport::Autoload
6+
57
eager_autoload do
68
autoload :Actions
79
end

0 commit comments

Comments
 (0)