Manuel Bustillo 8c4e6a0109 Initial version of VNS algorithm ()
Reviewed-on: 
Co-authored-by: Manuel Bustillo <bustikiller@bustikiller.com>
Co-committed-by: Manuel Bustillo <bustikiller@bustikiller.com>
2024-08-01 18:27:41 +00:00

5 lines
87 B
Ruby

class Seat < ApplicationRecord
belongs_to :guest
belongs_to :table_arrangement
end