Add support for relation history.

This commit is contained in:
Christopher Schmidt 2008-04-20 15:32:25 +00:00
parent 4168e0963e
commit bb8acc8424
6 changed files with 30 additions and 6 deletions

View file

@ -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