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