From: Tom Hughes Date: Sun, 27 Jun 2010 13:45:04 +0000 (+0100) Subject: Remove unused routes X-Git-Tag: live~6321^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/98d73aead102c88cab0f2ebd2b027545d2e0b836?ds=sidebyside Remove unused routes --- diff --git a/config/routes.rb b/config/routes.rb index 1c67eaa6e..c5a26fdf0 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -109,7 +109,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 '/history.html', :controller => 'changeset', :action => 'list_bbox' 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'