Files
mozo-backend/app/serializers/product_order_serializer.rb
T
2014-03-27 21:51:16 +01:00

6 lines
146 B
Ruby

# Used for user ember1
class ProductOrderSerializer < Qwaiter::Serializer
embed :ids
attributes :order_id, :product_id, :quantity, :price
end