respond_to do |format|
      if @player.save
        format.html { redirect_to @tournament, notice: 'Player was successfully created.' }
        format.json { render json: @player, status: :created, location: @player }
      else