give some love to the waiter app

This commit is contained in:
2016-06-02 16:38:09 +02:00
parent e4461d3d29
commit ca8cc80b22
19 changed files with 124 additions and 26 deletions
@@ -0,0 +1,5 @@
class Waiter::ProductVariantSerializer
include Qwaiter::WaiterBaseSerializer
attributes :name
has_one :product, serializer: Waiter::ProductSerializer
end