FilterRedirect is referenced at the class level from the Response

We can just require the file rather than going through the autoload
indirection
This commit is contained in:
Aaron Patterson 2014-01-31 11:54:42 -08:00
parent 63f8fabe49
commit 0b10180444
2 changed files with 1 additions and 1 deletions

@ -75,7 +75,6 @@ module Http
autoload :Parameters
autoload :ParameterFilter
autoload :FilterParameters
autoload :FilterRedirect
autoload :Upload
autoload :UploadedFile, 'action_dispatch/http/upload'
autoload :URL

@ -1,4 +1,5 @@
require 'active_support/core_ext/module/attribute_accessors'
require 'action_dispatch/http/filter_redirect'
require 'monitor'
module ActionDispatch # :nodoc: