Sha256: c9bca3994a0c06df55771c179a3b69bffea52fd2c8271449e78da7e6cc11749f
Contents?: true
Size: 292 Bytes
Versions: 29
Compression:
Stored size: 292 Bytes
Contents
module Spree module Api module V2 module Platform class StoreCreditEventSerializer < BaseSerializer include ResourceSerializerConcern belongs_to :store_credit belongs_to :originator, polymorphic: true end end end end end
Version data entries
29 entries across 29 versions & 3 rubygems