5 lines
148 B
Ruby
5 lines
148 B
Ruby
# Used for user ember1
|
|
class ProductOrderSerializer < Qwaiter::Serializer
|
|
attributes :order_id, :product_id, :quantity, :price, :product_name
|
|
end
|