Move middleware stack out of utils folder

This commit is contained in:
Joshua Peek
2009-04-14 16:56:45 -05:00
committed by Carl Lerche & Yehuda Katz
parent c2511f936e
commit 109a3876f0

View File

@@ -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'