Files
gitlink-forgeplus/app/views/api/v1/issues/statues/index.json.jbuilder

4 lines
108 B
Ruby

json.total_count @statues.total_count
json.statues @statues.each do |status|
json.(status, :id, :name)
end