diff options
-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' |