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

3 lines
66 B
Ruby

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