Sha256: 0a6b16e96369276c30b603462d56e906b9dd7372a4fcfb8822eda2da9a8287a2
Contents?: true
Size: 245 Bytes
Versions: 46
Compression:
Stored size: 245 Bytes
Contents
module Comee module Core class ProductLookupSerializer < ActiveModel::Serializer attributes :id, :code, :itemable_id, :itemable_type, :item_description, :aliases belongs_to :product belongs_to :itemable end end end
Version data entries
46 entries across 46 versions & 1 rubygems