summaryrefslogtreecommitdiff
path: root/app/views/teams/index.json.jbuilder
blob: b29428bdb9432fdedab9f27fbc83a4f457b1f6ec (plain)
1
2
3
4
json.array!(@teams) do |team|
  json.extract! team, :id
  json.url team_url(team, format: :json)
end