Sha256: 6ee4b8ae3f728c516de5f3ef40673fb0bf1ebbd79f3d07df2ec11b400a91ad24
Contents?: true
Size: 416 Bytes
Versions: 1
Compression:
Stored size: 416 Bytes
Contents
module Comee module Core class SalesOrderItemSerializer < ActiveModel::Serializer attributes :id, :customer_item_no, :quantity, :quantity_delivered, :price, :delivery_date, :eb_number, :lead_time, :comment, :action_note, :po_reference, :product, :unit belongs_to :sales_order belongs_to :customer_order_item belongs_to :source belongs_to :unit end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comee_core-0.1.64 | app/serializers/comee/core/sales_order_item_serializer.rb |