5 lines
87 B
Ruby
Raw Normal View History

class Seat < ApplicationRecord
belongs_to :guest
belongs_to :table_arrangement
end