end of day commit

This commit is contained in:
2012-08-29 17:42:04 +02:00
parent 89700f36e9
commit 8213bae2c6
57 changed files with 1109 additions and 128 deletions
+1
View File
@@ -6,6 +6,7 @@ class Order
belongs_to :list
belongs_to :user
belongs_to :supplier
belongs_to :section
has_many :product_orders, dependent: :destroy
#has_many :products, through: :product_orders