From: Tom Hughes Date: Mon, 18 Aug 2008 07:28:26 +0000 (+0000) Subject: Commit new route for email confirmation changes. X-Git-Tag: live~7700 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1fb4e929bdf420f1712e0d1b1b25f10cd3024000?hp=967f44ffac7dfbbc91dabd8dc221be22e4ba0606;ds=sidebyside Commit new route for email confirmation changes. --- diff --git a/config/routes.rb b/config/routes.rb index 2ff56af39..4a9d0173d 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -78,6 +78,7 @@ ActionController::Routing::Routes.draw do |map| map.connect '/user/new', :controller => 'user', :action => 'new' map.connect '/user/save', :controller => 'user', :action => 'save' map.connect '/user/confirm', :controller => 'user', :action => 'confirm' + map.connect '/user/confirm-email', :controller => 'user', :action => 'confirm_email' map.connect '/user/go_public', :controller => 'user', :action => 'go_public' map.connect '/user/reset-password', :controller => 'user', :action => 'reset_password' map.connect '/user/upload-image', :controller => 'user', :action => 'upload_image'