User app updates

This commit is contained in:
2014-03-27 21:51:16 +01:00
parent 6af7dc74af
commit e179f6e582
37 changed files with 362 additions and 53 deletions
@@ -0,0 +1,5 @@
# Used for user ember1
class ProductOrderSerializer < Qwaiter::Serializer
embed :ids
attributes :order_id, :product_id, :quantity, :price
end