Files
mozo-backend/app/serializers/product_order_serializer.rb
T
2014-03-30 15:55:22 +02:00

6 lines
161 B
Ruby

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