blob: bef149d631ecd0ad35f887746636143cd49f59f7 (
plain)
1
2
3
4
|
json.array!(@matches) do |match|
json.extract! match, :id, :status, :tournament_stage_id, :winner_id, :remote_id, :submitted_peer_evaluations
json.url match_url(match, format: :json)
end
|