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 '/geocoder/search/', :controller => 'geocoder', :action => 'search'
+ map.connect '/geocoder/results/', :controller => 'geocoder', :action => 'results'
+ map.connect '/postcode/:postcode/', :controller => 'geocoder', :action => 'search'
# fall through
map.connect ':controller/:id/:action'