add project_id to the List build lists (API)

This commit is contained in:
Alexander Machehin 2014-12-17 18:53:44 +05:00
parent e9d7fbec5c
commit e2164e29d0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
json.build_lists @build_lists do |build_list|
json.(build_list, :id, :status)
json.(build_list, :id, :status, :project_id)
json.url api_v1_build_list_path(build_list, format: :json)
end