adding changeset stuff for the data browser
This commit is contained in:
parent
cf24a5a3ee
commit
2c16177174
5 changed files with 73 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue