Sha256: 4234f84b3f79eb05a39a0d61c10b0ee2ef73dbb8a3a8db1ad9a3658bf2933a20
Contents?: true
Size: 208 Bytes
Versions: 135
Compression:
Stored size: 208 Bytes
Contents
module Comee module Core class ProductLookupSerializer < ActiveModel::Serializer attributes :id, :code, :itemable_id, :itemable_type, :item_description belongs_to :product end end end
Version data entries
135 entries across 135 versions & 1 rubygems