diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-02 13:57:36 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-02 13:57:36 +0000 |
commit | 4c767d636a60eb635e2e610ed745bfe93a87f96c (patch) | |
tree | b6fd08706ca03bd73ba6711878b3f4b3c4388504 /config/routes.rb | |
parent | aa91ca0a8d0e9f7183c4862fcddac01ddb7c41c9 (diff) | |
download | redmine-4c767d636a60eb635e2e610ed745bfe93a87f96c.tar.gz redmine-4c767d636a60eb635e2e610ed745bfe93a87f96c.zip |
removed broken route for sorting links
git-svn-id: http://redmine.rubyforge.org/svn/trunk@212 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 2559159f1..e37826a8d 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' |