Sha256: 45e4599d012b312e596bf54233156e97fc0bc2e239d55cfcc9fa978429fd02f4
Contents?: true
Size: 312 Bytes
Versions: 19
Compression:
Stored size: 312 Bytes
Contents
module Comee module Core class ClientPriceSerializer < ActiveModel::Serializer attributes :id, :valid_from, :valid_to, :price, :status, :previous_price, :margin, :margin_type belongs_to :product belongs_to :client belongs_to :unit belongs_to :product_lookup end end end
Version data entries
19 entries across 19 versions & 1 rubygems