menu, table,rooms, orders structure
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Zone < ApplicationRecord
|
||||
# model association
|
||||
has_many :seat_tables, dependent: :destroy
|
||||
has_many :tables, dependent: :destroy
|
||||
has_many :rooms, dependent: :destroy
|
||||
|
||||
# validations
|
||||
|
||||
Reference in New Issue
Block a user