]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Merge branch 'master' into terms
[rails.git] / config / routes.rb
index df6efef60643cdf05941fb2cfe2f6cc74386eaff..dab156c002e9e3006f75aee83a416311f40699d2 100644 (file)
@@ -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'