Sha256: c6d168908be36d18ff878633532dea157ae80e1bf3cf36da91354a63bc68fc21
Contents?: true
Size: 234 Bytes
Versions: 65
Compression:
Stored size: 234 Bytes
Contents
module Comee module Core class StockTransferRequestItemSerializer < ActiveModel::Serializer attributes :id, :quantity, :product belongs_to :stock_transfer_request belongs_to :sales_order_item end end end
Version data entries
65 entries across 65 versions & 1 rubygems