X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4168e0963ee19e05c07b40d30e868fd652fd3757..bb8acc842464bdc00987a54bc0c405223dd1a50d:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index b8de4eca9..83b39e615 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -60,6 +60,7 @@ ActionController::Routing::Routes.draw do |map| map.connect '/node/:id', :controller => 'browse', :action => 'node_view', :id => /\d+/ map.connect '/node/:id/history', :controller => 'browse', :action => 'node_history', :id => /\d+/ map.connect '/relation/:id', :controller => 'browse', :action => 'relation_view', :id => /\d+/ + map.connect '/relation/:id/history', :controller => 'browse', :action => 'relation_history', :id => /\d+/ # web site