Sha256: c86ddea871e9f9f32785cb171d3af4eedee3f9b1d0ad0b61dc44f07f3f3640a5
Contents?: true
Size: 379 Bytes
Versions: 59
Compression:
Stored size: 379 Bytes
Contents
module Comee module Core class CustomerOrderItemSerializer < ActiveModel::Serializer attributes :id, :customer_item_no, :customer_item_description, :quantity, :price, :total_price, :delivery_date, :canceled, :customer_order_id, :product_id, :unit_id belongs_to :product belongs_to :unit belongs_to :customer_order end end end
Version data entries
59 entries across 59 versions & 1 rubygems