summaryrefslogtreecommitdiff
path: root/app/views/tournaments/index.json.jbuilder
blob: 653442f54f4f3454c1089e949d115e72e1fe597b (plain)
1
2
3
4
json.array!(@tournaments) do |tournament|
  json.extract! tournament, :id, :name, :game_id, :status, :ger, :randomized_teams
  json.url tournament_url(tournament, format: :json)
end