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
+1 -1
View File
@@ -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?