Sha256: db223d3ee7b06fe42da507e2a4f534fd93a96f94b3b20aa8333f55d884225cd6
Contents?: true
Size: 279 Bytes
Versions: 7
Compression:
Stored size: 279 Bytes
Contents
module Spree module Api module V2 module Platform class ClassificationSerializer < BaseSerializer include ::Spree::Api::V2::ResourceSerializerConcern belongs_to :product belongs_to :taxon end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems