]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Improve the flash message shown after a user signs up
[rails.git] / config / routes.rb
index e2018784dd4162b8d5780001070ce66167106a79..4608fb32c8ed85f9dd44ef211b82743337f48018 100644 (file)
@@ -113,7 +113,6 @@ ActionController::Routing::Routes.draw do |map|
   map.connect '/index.html', :controller => 'site', :action => 'index'
   map.connect '/edit.html', :controller => 'site', :action => 'edit'
   map.connect '/export.html', :controller => 'site', :action => 'export'
-  map.connect '/search.html', :controller => 'way_tag', :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'