Sha256: d70ff9fc1588405e8d74254a934c6681235ff62baf8960302ae4de094941cc0c
Contents?: true
Size: 348 Bytes
Versions: 65
Compression:
Stored size: 348 Bytes
Contents
module Comee module Core class StockTransferRequestSerializer < ActiveModel::Serializer attributes :id, :reference_number, :reference_date, :due_date, :remark, :status belongs_to :from belongs_to :to belongs_to :initiated_by belongs_to :sales_order has_many :stock_transfer_request_items end end end
Version data entries
65 entries across 65 versions & 1 rubygems