We aren't using UploadedStringIO and UploadedTempfile anymore

This commit is contained in:
Joshua Peek
2009-04-14 15:56:13 -05:00
committed by Carl Lerche & Yehuda Katz
parent d39f5f18bb
commit cf44788b06

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/middleware/stack'
autoload :MiddlewareStack, 'action_dispatch/utils/middleware_stack'
module Http
autoload :Headers, 'action_dispatch/http/headers'