completed UK postcode search
This commit is contained in:
parent
a926189c7f
commit
bf2e2c7140
4 changed files with 14 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue