menu and section header progress

This commit is contained in:
2014-11-26 20:18:17 +01:00
parent a64d3de319
commit 60f014811c
38 changed files with 450 additions and 96 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ class ProductCategory
property :active_on_saturday, type: :boolean, default: true
belongs_to :supplier
has_and_belongs_to_many :products, storing_keys: true
#has_and_belongs_to_many :products, storing_keys: true
has_many :products
attr_protected :supplier_id