stability upgrade

This commit is contained in:
2013-03-12 09:38:41 +01:00
parent b9fe340645
commit 70d672aa36
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class Supplier
has_many :tables, dependent: :destroy
has_many :lists, dependent: :destroy
#has_many :lists, through: :tables
has_many :orders
has_many :orders, dependent: :destroy
has_many :sections, dependent: :destroy
after_create :add_section_on_create