Merge branch 'master' of github.com:warpc/rosa-build

This commit is contained in:
Vladimir Sharshov 2012-11-29 02:17:18 +04:00
commit ec2754e932
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
json.(project, :id, :name)
json.fullname project.name_with_owner
json.url api_v1_project_path(project.id, :format => :json)
json.url api_v1_project_path(project.id, :format => :json)
json.git_url git_repo_url(project.git_repo_name)