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, :acceptor_name end end end