adding changeset stuff for the data browser

This commit is contained in:
Shaun McDonald 2008-10-13 20:48:58 +00:00
parent cf24a5a3ee
commit 2c16177174
5 changed files with 73 additions and 0 deletions

View file

@ -73,6 +73,7 @@ ActionController::Routing::Routes.draw do |map|
map.connect '/browse/node/:id/history', :controller => 'browse', :action => 'node_history', :id => /\d+/
map.connect '/browse/relation/:id', :controller => 'browse', :action => 'relation', :id => /\d+/
map.connect '/browse/relation/:id/history', :controller => 'browse', :action => 'relation_history', :id => /\d+/
map.connect '/browse/changeset/:id', :controller => 'browse', :action => 'changeset', :id => /\d+/
# web site