mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Move middleware stack out of utils folder
This commit is contained in:
committed by
Carl Lerche & Yehuda Katz
parent
c2511f936e
commit
109a3876f0
@@ -48,7 +48,7 @@ module ActionDispatch
|
||||
autoload :ParamsParser, 'action_dispatch/middleware/params_parser'
|
||||
autoload :Reloader, 'action_dispatch/middleware/reloader'
|
||||
autoload :RewindableInput, 'action_dispatch/middleware/rewindable_input'
|
||||
autoload :MiddlewareStack, 'action_dispatch/utils/middleware_stack'
|
||||
autoload :MiddlewareStack, 'action_dispatch/middleware/stack'
|
||||
|
||||
module Http
|
||||
autoload :Headers, 'action_dispatch/http/headers'
|
||||
|
||||
Reference in New Issue
Block a user