X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/49a1b4ef2952e5805f7c8285e31ffe3b09c3c8cf..6b4803d87fc957d0a779ebedc39e8499af1b7733:/config/routes.rb?ds=sidebyside diff --git a/config/routes.rb b/config/routes.rb index 1a3d2f85d..b34948a6c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -30,6 +30,7 @@ ActionController::Routing::Routes.draw do |map| map.connect '/', :controller => 'site', :action => 'index' map.connect '/index.html', :controller => 'site', :action => 'index' map.connect '/edit.html', :controller => 'site', :action => 'edit' + map.connect '/search.html', :controller => 'site', :action => 'search' map.connect '/login.html', :controller => 'user', :action => 'login' map.connect '/logout.html', :controller => 'user', :action => 'logout' map.connect '/create-account.html', :controller => 'user', :action => 'new'