5 lines
87 B
Ruby
5 lines
87 B
Ruby
class Seat < ApplicationRecord
|
|
belongs_to :guest
|
|
belongs_to :table_arrangement
|
|
end
|