Add user product info
This commit is contained in:
@@ -5,6 +5,7 @@ class Product
|
||||
property :name
|
||||
property :code
|
||||
property :price, type: Float
|
||||
property :description
|
||||
|
||||
#belongs_to :product_category
|
||||
has_and_belongs_to_many :product_categories, storing_keys: false
|
||||
|
||||
Reference in New Issue
Block a user