rosa-build/app/views/api/v1/arches/index.json.jbuilder

3 lines
72 B
Ruby

json.architectures @arches do |json, arch|
json.(arch, :id, :name)
end