X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/343e01bb86da6b346e035796121aba033bb26c29..bf2e2c714066fe9064708552f2e31e64fa0982d3:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 36cc5df0a..d6e800355 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -75,8 +75,9 @@ ActionController::Routing::Routes.draw do |map| # geocoder map.connect 'geocoder/search/', :controller => 'geocoder', :action => 'search' + map.connect 'geocoder/results/', :controller => 'geocoder', :action => 'results' # fall through - map.connect ':controller/:id/:action' + map.connect ':controller/:id/:action' map.connect ':controller/:action' end