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:
parent
aa91ca0a8d
commit
4c767d636a
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue