add new api
This commit is contained in:
3
app/models/product_category.rb
Normal file
3
app/models/product_category.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class ProductCategory < ApplicationRecord
|
||||
|
||||
end
|
||||
2
app/models/product_type.rb
Normal file
2
app/models/product_type.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
class ProductType < ApplicationRecord
|
||||
end
|
||||
Reference in New Issue
Block a user