X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/763848b3dc88e90097f699c231281e17e3185315..8758685a86c3032a412183a53399e3e77dae75a1:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index c739fac8e..407e102d6 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -69,6 +69,7 @@ ActionController::Routing::Routes.draw do |map| map.connect '/user/:display_name/edit', :controller => 'user', :action => 'edit' map.connect '/user/:display_name/account', :controller => 'user', :action => 'account' map.connect '/user/:display_name/set_home', :controller => 'user', :action => 'set_home' + map.connect '/diary', :controller => 'diary_entry', :action => 'list' # test pages map.connect '/test/populate/:table/:from/:count', :controller => 'test', :action => 'populate'