@@ -9,8 +9,7 ActionController::Routing::Routes.draw do |map| | |||||
9 | # You can have the root of your site routed by hooking up '' |
|
9 | # You can have the root of your site routed by hooking up '' | |
10 | # -- just remember to delete public/index.html. |
|
10 | # -- just remember to delete public/index.html. | |
11 | map.connect '', :controller => "welcome" |
|
11 | map.connect '', :controller => "welcome" | |
12 |
|
12 | |||
13 | map.connect 'repositories/:action/:id/:path', :controller => 'repositories' |
|
|||
14 | 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' | |
15 | map.connect 'help/:ctrl/:page', :controller => 'help' |
|
14 | map.connect 'help/:ctrl/:page', :controller => 'help' | |
16 | map.connect ':controller/:action/:id/:sort_key/:sort_order' |
|
15 | map.connect ':controller/:action/:id/:sort_key/:sort_order' |
General Comments 0
You need to be logged in to leave comments.
Login now