Sha256: dcc6558e1903289844fd7f008b2bcf5668857b83f2b51abe350e22ae1dc28e95
Contents?: true
Size: 289 Bytes
Versions: 2
Compression:
Stored size: 289 Bytes
Contents
module Logistics module Core class OperationDocumentSerializer < ActiveModel::Serializer attributes :id, :operation_id, :document, :original, :copy, :certified, :is_mandatory, :is_accepted, :source, :file, :user_id, :user_name, :date_accepted end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
logistics_core-20.9.1 | app/serializers/logistics/core/operation_document_serializer.rb |
logistics_core-20.8.1 | app/serializers/logistics/core/operation_document_serializer.rb |