menu and section header progress
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class ProductSerializer < Qwaiter::Serializer
|
||||
embed :ids, include: true
|
||||
attributes :name, :price, :description, :image
|
||||
attributes :name, :price, :description, :image, :code, :position, :visible, :product_category_id
|
||||
|
||||
def image
|
||||
if object.image.present?
|
||||
|
||||
Reference in New Issue
Block a user