diff --git a/app/controllers/tables_controller.rb b/app/controllers/tables_controller.rb index 628d51f..cff7b2c 100644 --- a/app/controllers/tables_controller.rb +++ b/app/controllers/tables_controller.rb @@ -5,7 +5,7 @@ class TablesController < ApplicationController def play_now # First empty seat - @seat = Seat.where(player: nil).first + @seat = Seat.where(user_soft_token: nil).first if @seat @seat.sit current_user else