]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Ubuntu Hardy only has rubygems 1.3.1 and it seems to work
[rails.git] / config / routes.rb
index 7e27ee19ef70714f526111597df042e94c2f4bb7..1c67eaa6eb7dde8a115b84920a0b5d45b4348ee1 100644 (file)
@@ -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'