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