1 2 3 4
json.array!(@tournaments) do |tournament| json.extract! tournament, :id json.url tournament_url(tournament, format: :json) end