Sha256: b153ed30964565f6c5ba36709f547bcc01b51c07ad13ac46f97d2a0c1f769e3f
Contents?: true
Size: 281 Bytes
Versions: 29
Compression:
Stored size: 281 Bytes
Contents
module Spree module Api module V2 module Platform class AddressSerializer < BaseSerializer include ResourceSerializerConcern belongs_to :country belongs_to :state belongs_to :user end end end end end
Version data entries
29 entries across 29 versions & 3 rubygems