X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a97ae09d2acc136b24f7f1794b4fba1159cee246..67292724441a7a447a9ea579a36dee64825dedaf:/config/routes.rb?ds=sidebyside diff --git a/config/routes.rb b/config/routes.rb index df6efef60..dab156c00 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -97,6 +97,7 @@ ActionController::Routing::Routes.draw do |map| 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/terms', :controller => 'user', :action => 'terms' 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'