X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1eba0609296c8208fd69062a189371c05ebce11e..303e5d3eb99284ab4fa41be85f831333f2154b0d:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 7e27ee19e..1c67eaa6e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -98,6 +98,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'