Sha256: 39b3221ac71ada33781259065d26e9fe86908ae0ac87fb13bc92029ee6cf529c

Contents?: true

Size: 291 Bytes

Versions: 2

Compression:

Stored size: 291 Bytes

Contents

module Comee
  module Core
    class CustomerOrderItemSerializer < ActiveModel::Serializer
      attributes :id, :customer_item_no, :quantity, :price, :total_price, :delivery_date, :canceled
      belongs_to :product
      belongs_to :unit
      belongs_to :customer_order
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
comee_core-0.2.10 app/serializers/comee/core/customer_order_item_serializer.rb
comee_core-0.2.9 app/serializers/comee/core/customer_order_item_serializer.rb