Files
gitlink-forgeplus/app/views/api/v1/projects/branches/all.json.jbuilder
2022-07-15 14:02:48 +08:00

3 lines
130 B
Ruby

json.array! @result_object["branch_name"] do |branch|
json.partial! "api/v1/projects/branches/simple_detail", branch: branch
end