Sha256: 52f096f7bf1c7941bc1652c1ab69feaf6505dff6c0f74d8e2a58576b473f80f7
Contents?: true
Size: 457 Bytes
Versions: 44
Compression:
Stored size: 457 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, :currency_id belongs_to :product belongs_to :supplier belongs_to :product_lookup belongs_to :unit belongs_to :country_of_origin belongs_to :currency end end end
Version data entries
44 entries across 44 versions & 1 rubygems