Continue adding product variants
This commit is contained in:
@@ -35,6 +35,7 @@ class Supplier
|
||||
|
||||
#has_many :orders, through: :lists
|
||||
has_many :products, dependent: :destroy
|
||||
has_many :product_variants
|
||||
has_many :product_categories, dependent: :destroy
|
||||
has_many :tables, dependent: :destroy
|
||||
has_many :lists, dependent: :destroy
|
||||
|
||||
Reference in New Issue
Block a user