module Logistics module Core class AdditionalDocumentSerializer < ActiveModel::Serializer attributes :id, :documentable_id, :documentable_type, :document_type_id, :document_type_name, :transaction_type_id, :transaction_type_name, :original, :copy, :certified, :is_endorsed, :is_mandatory end end end