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 committed Apr 14, 2009
1 parent 13bb6a9 commit 97a88a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions actionpack/lib/action_dispatch.rb
Expand Up @@ -47,8 +47,7 @@ module ActionDispatch
autoload :Failsafe, 'action_dispatch/middleware/failsafe'
autoload :ParamsParser, 'action_dispatch/middleware/params_parser'
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 97a88a9

Please sign in to comment.