Sha256: b37575919642e32e8a007102feafd6a5bdff3a507d2a7f7ff22e5d44e533d822
Contents?: true
Size: 351 Bytes
Versions: 29
Compression:
Stored size: 351 Bytes
Contents
module Spree module Api module V2 module Platform class CustomerReturnSerializer < BaseSerializer include ResourceSerializerConcern belongs_to :stock_location has_many :reimbursements has_many :return_items has_many :return_authorizations end end end end end
Version data entries
29 entries across 29 versions & 3 rubygems