Sha256: bc7b52b2e83b7151623a86e7e7a81221482c852208f14a05d02b647d20a33b04
Contents?: true
Size: 280 Bytes
Versions: 7
Compression:
Stored size: 280 Bytes
Contents
module Comee module Core class QuotationRequestItemSerializer < ActiveModel::Serializer attributes :id, :customer_item_no, :price, :discount, :valid_from, :valid_to belongs_to :product belongs_to :quotation_request belongs_to :unit end end end
Version data entries
7 entries across 7 versions & 1 rubygems