Sha256: 98b09830d69b3eef20a539f8cd2e98b6cd570bc4fe0ffcbc56491fc20a42d1d4
Contents?: true
Size: 256 Bytes
Versions: 37
Compression:
Stored size: 256 Bytes
Contents
module Comee module Core class ClientPriceSerializer < ActiveModel::Serializer attributes :id, :valid_from, :valid_to, :price, :status, :previous_price belongs_to :product belongs_to :client belongs_to :unit end end end
Version data entries
37 entries across 37 versions & 1 rubygems