Skip to content

Commit

Permalink
Move middleware stack out of utils folder
Browse files Browse the repository at this point in the history
  • Loading branch information
josh authored and wycats committed Apr 15, 2009
1 parent c2511f9 commit 109a387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_dispatch.rb
Expand Up @@ -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'
Expand Down

0 comments on commit 109a387

Please sign in to comment.