Sha256: ccc9edb714553673e270b9d19f843e665e97ac3656701a21614bf414d75abf14
Contents?: true
Size: 416 Bytes
Versions: 41
Compression:
Stored size: 416 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, :state_of_origin belongs_to :product belongs_to :supplier belongs_to :product_lookup belongs_to :unit belongs_to :country_of_origin end end end
Version data entries
41 entries across 41 versions & 1 rubygems