mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Autoload ActionController::Caching::Sweeper constant [#1977 state:resolved]
This commit is contained in:
@@ -27,6 +27,7 @@ module ActionController #:nodoc:
|
||||
autoload :Actions, 'action_controller/caching/actions'
|
||||
autoload :Fragments, 'action_controller/caching/fragments'
|
||||
autoload :Pages, 'action_controller/caching/pages'
|
||||
autoload :Sweeper, 'action_controller/caching/sweeping'
|
||||
autoload :Sweeping, 'action_controller/caching/sweeping'
|
||||
|
||||
def self.included(base) #:nodoc:
|
||||
|
||||
Reference in New Issue
Block a user