diff --git a/app/controllers/tournaments_controller.rb b/app/controllers/tournaments_controller.rb index a8710e1..b6375a6 100644 --- a/app/controllers/tournaments_controller.rb +++ b/app/controllers/tournaments_controller.rb @@ -13,7 +13,7 @@ class TournamentsController < ApplicationController # GET /tournaments/1 def show - render json: @tournament + render json: @tournament, include: '**' end # POST /tournaments