Graph: build json

This commit is contained in:
Valery Sizov 2011-11-13 00:30:51 +02:00
parent ef08872534
commit 6b66a766d1
9 changed files with 308 additions and 1 deletions

View file

@ -34,6 +34,7 @@ Gitlab::Application.routes.draw do
get "blob"
get "team"
get "wall"
get "graph"
# tree viewer
get "tree/:commit_id" => "projects#tree"