From 4c767d636a60eb635e2e610ed745bfe93a87f96c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 2 Feb 2007 13:57:36 +0000 Subject: [PATCH] removed broken route for sorting links git-svn-id: http://redmine.rubyforge.org/svn/trunk@212 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 2559159f..e37826a8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -12,7 +12,7 @@ ActionController::Routing::Routes.draw do |map| map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow' map.connect 'help/:ctrl/:page', :controller => 'help' - map.connect ':controller/:action/:id/:sort_key/:sort_order' + #map.connect ':controller/:action/:id/:sort_key/:sort_order' # Allow downloading Web Service WSDL as a file with an extension # instead of a file named 'wsdl' -- 2.11.0