gitlink-forgeplus/app/views/projects/teams/index.json.jbuilder

4 lines
110 B
Ruby

json.total_count @teams.total_count
json.teams @teams.each do |team|
json.(team, :id, :name, :authorize)
end