diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-12-24 13:38:45 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-12-24 13:38:45 +0000 |
commit | bc4415850105225b101cdea075b04d44b8700108 (patch) | |
tree | ff4711655b34aa5aca5528665d7c18db2583c879 /config/routes.rb | |
parent | 918123cd0663803a6e392c6c9ce209d10c8e5603 (diff) | |
download | redmine-bc4415850105225b101cdea075b04d44b8700108.tar.gz redmine-bc4415850105225b101cdea075b04d44b8700108.zip |
svn browser merged in trunk
git-svn-id: http://redmine.rubyforge.org/svn/trunk@106 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 2559159f1..0871cec79 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -9,7 +9,8 @@ ActionController::Routing::Routes.draw do |map| # You can have the root of your site routed by hooking up '' # -- just remember to delete public/index.html. map.connect '', :controller => "welcome" -
+ + map.connect 'repositories/:action/:id/:path', :controller => 'repositories'
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'
|