completed UK postcode search

This commit is contained in:
Nick Black 2007-04-24 07:55:19 +00:00
parent a926189c7f
commit bf2e2c7140
4 changed files with 14 additions and 17 deletions

View file

@ -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