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