more trace stuff

This commit is contained in:
Steve Coast 2006-11-27 21:43:42 +00:00
parent fb1467a944
commit 46e9dcbcc7
3 changed files with 24 additions and 3 deletions

View file

@ -28,7 +28,7 @@ ActionController::Routing::Routes.draw do |map|
map.connect '/traces', :controller => 'trace', :action => 'list'
map.connect '/traces/mine', :controller => 'trace', :action => 'users'
map.connect '/traces/user/:user_login/:id', :controller => 'trace', :action => 'user'
map.connect '/traces/user/:user/:id', :controller => 'trace', :action => 'list', :id => nil
map.connect ':controller/:action/:id'
end