@@ -12,7 +12,7 ActionController::Routing::Routes.draw do |map| | |||||
12 |
|
12 | |||
13 | map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow' |
|
13 | map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow' | |
14 | map.connect 'help/:ctrl/:page', :controller => 'help' |
|
14 | map.connect 'help/:ctrl/:page', :controller => 'help' | |
15 | map.connect ':controller/:action/:id/:sort_key/:sort_order' |
|
15 | #map.connect ':controller/:action/:id/:sort_key/:sort_order' | |
16 |
|
16 | |||
17 | # Allow downloading Web Service WSDL as a file with an extension |
|
17 | # Allow downloading Web Service WSDL as a file with an extension | |
18 | # instead of a file named 'wsdl' |
|
18 | # instead of a file named 'wsdl' |
General Comments 0
You need to be logged in to leave comments.
Login now