X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/20ae3232cd60b91ab284a068c1d4e452fca854b6..078301a780ebb9e624cf11d2f5d2d2b72ce03e78:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 407e102d6..bca61fd89 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -79,6 +79,10 @@ ActionController::Routing::Routes.draw do |map| map.connect '/geocoder/search/', :controller => 'geocoder', :action => 'search' map.connect '/geocoder/results/', :controller => 'geocoder', :action => 'results' map.connect '/postcode/:postcode/', :controller => 'geocoder', :action => 'search' + + # messages + + map.connect '/message/new/:display_name', :controller => 'message', :action => 'new' # fall through map.connect ':controller/:id/:action'