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