4 lines
66 B
Ruby
4 lines
66 B
Ruby
|
class TablesArrangement < ApplicationRecord
|
||
|
has_many :seats
|
||
|
end
|