6 lines
104 B
Ruby
6 lines
104 B
Ruby
# Copyright (C) 2024 Manuel Bustillo
|
|
|
|
class TablesArrangement < ApplicationRecord
|
|
has_many :seats
|
|
end
|