menu and section header progress
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user