summaryrefslogtreecommitdiff
path: root/app/views/matches/index.json.jbuilder
blob: d5a97fe82d12b30e7b4521937b73a71a059d0e2b (plain)
1
2
3
4
json.array!(@matches) do |match|
  json.extract! match, :id, :status, :tournament_stage_id, :winner_id
  json.url match_url(match, format: :json)
end