X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/72118727904ca4b34ea8f63c40f2701782d93284..9230721a1f3091ec47d5751c6b5aaead599df49f:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index b15d77e31..7e27ee19e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -104,6 +104,7 @@ ActionController::Routing::Routes.draw do |map| map.connect '/user/go_public', :controller => 'user', :action => 'go_public' map.connect '/user/reset-password', :controller => 'user', :action => 'reset_password' map.connect '/user/forgot-password', :controller => 'user', :action => 'lost_password' + map.connect '/user/suspended', :controller => 'user', :action => 'suspended' map.connect '/index.html', :controller => 'site', :action => 'index' map.connect '/edit.html', :controller => 'site', :action => 'edit'