Sha256: 5763b5f12be95ef60ed1a27cf9c31fe46fa4d7326f374d0512c6618b9df809c5
Contents?: true
Size: 299 Bytes
Versions: 7
Compression:
Stored size: 299 Bytes
Contents
module Spree module Api module V2 module Platform class AddressSerializer < BaseSerializer include ::Spree::Api::V2::ResourceSerializerConcern belongs_to :country belongs_to :state belongs_to :user end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems