Sha256: b3e56f59a3635df08470936b2e7f2fdd9fec92112b0ad8c0d2f29492f6247124
Contents?: true
Size: 362 Bytes
Versions: 39
Compression:
Stored size: 362 Bytes
Contents
module Comee module Core class MasterPriceSerializer < ActiveModel::Serializer attributes :id, :purchase_price, :selling_price, :valid_from, :valid_to, :primary, :margin, :lead_time, :status, :price_status belongs_to :product belongs_to :supplier belongs_to :product_lookup belongs_to :unit end end end
Version data entries
39 entries across 39 versions & 1 rubygems