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