]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Add (commented out) rule for blocked tilesAtHome.
[rails.git] / config / routes.rb
index 7de1f8b42ba5d29e046cc0b2bc05e4be61f6092e..9dc61e00cbc457c67be9c9988421409427822de6 100644 (file)
@@ -97,9 +97,7 @@ ActionController::Routing::Routes.draw do |map|
   map.connect '/test/populate/:table/:count', :controller => 'test', :action => 'populate', :from => 1
 
   # geocoder
-  map.connect '/geocoder/search/', :controller => 'geocoder', :action => 'search'
-  map.connect '/geocoder/results/', :controller => 'geocoder', :action => 'results'
-  map.connect '/postcode/:postcode/', :controller => 'geocoder', :action => 'search'
+  map.connect '/geocoder/search', :controller => 'geocoder', :action => 'search'
 
   # messages