@@ -29,6 +29,7 ActionController::Routing::Routes.draw do |map| | |||
|
29 | 29 | omap.repositories_diff 'repositories/diff/:id/*path', :action => 'diff' |
|
30 | 30 | omap.repositories_entry 'repositories/entry/:id/*path', :action => 'entry' |
|
31 | 31 | omap.repositories_entry 'repositories/annotate/:id/*path', :action => 'annotate' |
|
32 | omap.repositories_revision 'repositories/revision/:id/:rev', :action => 'revision' | |
|
32 | 33 | end |
|
33 | 34 | |
|
34 | 35 | map.connect 'attachments/:id', :controller => 'attachments', :action => 'show' |
General Comments 0
You need to be logged in to leave comments.
Login now