removed broken route for sorting links

git-svn-id: http://redmine.rubyforge.org/svn/trunk@212 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-02-02 13:57:36 +00:00
parent aa91ca0a8d
commit 4c767d636a
1 changed files with 1 additions and 1 deletions

View File

@ -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'