From ef5317f74f83d73484e32a69079253d406b61b42 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Thu, 1 Jun 2006 16:20:26 +0000 Subject: Tweaks to integration tests and url rewriter for further compatibility with new routes git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4397 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/url_rewriter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/url_rewriter.rb') diff --git a/actionpack/lib/action_controller/url_rewriter.rb b/actionpack/lib/action_controller/url_rewriter.rb index 872bfcc122..4aa0576976 100644 --- a/actionpack/lib/action_controller/url_rewriter.rb +++ b/actionpack/lib/action_controller/url_rewriter.rb @@ -43,7 +43,7 @@ module ActionController RESERVED_OPTIONS.each {|k| options.delete k} # Generates the query string, too - Routing::Routes.generate(options, @request.parameters) + Routing::Routes.generate(options, @request.symbolized_path_parameters) end end end -- cgit v1.2.3