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