diff options
author | Andrew White <andyw@pixeltrix.co.uk> | 2012-04-29 22:41:00 +0100 |
---|---|---|
committer | Andrew White <andyw@pixeltrix.co.uk> | 2012-04-29 22:41:00 +0100 |
commit | 4075a394530da0c4a88507519f6e6f8b30073cf8 (patch) | |
tree | 2969eaeb972c490e0e921a43e166d37fcae87d24 /actionpack | |
parent | b608cdd64c95d0d16eb98d86562e22f3b01be9e3 (diff) | |
download | rails-4075a394530da0c4a88507519f6e6f8b30073cf8.tar.gz rails-4075a394530da0c4a88507519f6e6f8b30073cf8.tar.bz2 rails-4075a394530da0c4a88507519f6e6f8b30073cf8.zip |
Add missing require from b608cdd64c95d0d16eb98d86562e22f3b01be9e3
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_dispatch/routing/redirection.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_dispatch/routing/redirection.rb b/actionpack/lib/action_dispatch/routing/redirection.rb index 75627018c7..866a2f5602 100644 --- a/actionpack/lib/action_dispatch/routing/redirection.rb +++ b/actionpack/lib/action_dispatch/routing/redirection.rb @@ -1,4 +1,5 @@ require 'action_dispatch/http/request' +require 'rack/utils' module ActionDispatch module Routing |