dependency update

This commit is contained in:
2016-06-01 14:18:10 +02:00
parent e69b783eb0
commit 36178526e3
20 changed files with 258 additions and 243 deletions
+1
View File
@@ -13,6 +13,7 @@ class Product
belongs_to :product_category
#has_and_belongs_to_many :product_categories, storing_keys: false
has_and_belongs_to_many :product_labels, storing_keys: false
belongs_to :supplier # direct! category is an aid
has_many :product_orders
has_many :product_variants, dependent: :destroy