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