#6: remove "arch" field from ProductBuildList API

This commit is contained in:
Vokhmin Alexey V 2013-03-11 16:47:45 +04:00
parent 1f1cf175fd
commit a6ed68fbc4
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ json.product_build_list do |json|
:project => @product_build_list.project, :json => json_project
end
json.arch do |json_arch|
json_arch.(@product_build_list.arch, :id, :name)
end
json.created_at @product_build_list.created_at.to_i
json.updated_at @product_build_list.updated_at.to_i