Implement waiter ordering and improvements
This commit is contained in:
@@ -29,6 +29,7 @@ class Supplier
|
||||
#has_many :lists, through: :tables
|
||||
has_many :orders, dependent: :destroy
|
||||
has_many :sections, dependent: :destroy
|
||||
has_many :employees
|
||||
|
||||
after_create :add_section_on_create
|
||||
|
||||
|
||||
Reference in New Issue
Block a user