X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e3de346bdd074e2c2f0c83daf0e6314b5990dbd6..c91b86a1d1271c2bc801ee9dfc3a30fb2758aa9b:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 9bb8aadca..5b2a6babf 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -72,7 +72,10 @@ ActionController::Routing::Routes.draw do |map| map.connect '/test/populate/:table/:from/:count', :controller => 'test', :action => 'populate' map.connect '/test/populate/:table/:count', :controller => 'test', :action => 'populate', :from => 1 + # geocoder + map.connect 'geocoder/search/', :controller => 'geocoder', :action => 'search' + # fall through - # map.connect ':controller/:id/:action' + map.connect ':controller/:id/:action' map.connect ':controller/:action' end