diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 8e2670a99..a980f3f51 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -16,6 +16,8 @@ ActionController::Routing::Routes.draw do |map| #map.connect ':controller/:action/:id/:sort_key/:sort_order'
map.connect 'issues/:issue_id/relations/:action/:id', :controller => 'issue_relations' + map.connect 'projects/:project_id/boards/:action/:id', :controller => 'boards' + map.connect 'boards/:board_id/topics/:action/:id', :controller => 'messages' # Allow downloading Web Service WSDL as a file with an extension # instead of a file named 'wsdl' |