Files
mozo-backend/app/serializers/product_serializer.rb
T
2014-03-23 15:30:21 +01:00

5 lines
105 B
Ruby

class ProductSerializer < Qwaiter::Serializer
embed :ids, include: true
attributes :name, :price
end