Files
mozo-backend/app/serializers/users/product_order_serializer.rb
T
2015-09-02 15:52:48 +02:00

7 lines
230 B
Ruby

# Used for user ember1
class Users::ProductOrderSerializer < Qwaiter::Serializer
attributes :quantity, :price, :product_name, :product_variant
# belongs_to :product #DO NOT USE THIS, THIS IS NOT NEEDED
belongs_to :order
end