Sha256: f941baab705b36729aa9ad08219bd260ad66c96951b39573216602b6018e7309
Contents?: true
Size: 377 Bytes
Versions: 29
Compression:
Stored size: 377 Bytes
Contents
module Spree module Api module V2 module Platform class StockTransferSerializer < BaseSerializer include ResourceSerializerConcern belongs_to :destination_location, serializer: :stock_location belongs_to :source_location, serializer: :stock_location has_many :stock_movements end end end end end
Version data entries
29 entries across 29 versions & 3 rubygems