提交 109a3876 编写于 作者: J Joshua Peek 提交者: Carl Lerche & Yehuda Katz

Move middleware stack out of utils folder

上级 c2511f93
......@@ -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'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册