Merge 16070:16110 from trunk.

This commit is contained in:
Tom Hughes 2009-06-25 16:45:26 +00:00
commit e657cff464
87 changed files with 1062 additions and 629 deletions

View file

@ -93,6 +93,7 @@ ActionController::Routing::Routes.draw do |map|
map.connect '/login', :controller => 'user', :action => 'login'
map.connect '/logout', :controller => 'user', :action => 'logout'
map.connect '/offline', :controller => 'site', :action => 'offline'
map.connect '/key', :controller => 'site', :action => 'key'
map.connect '/user/new', :controller => 'user', :action => 'new'
map.connect '/user/save', :controller => 'user', :action => 'save'
map.connect '/user/confirm', :controller => 'user', :action => 'confirm'