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