module Logistics module Core class AgencyPermitDocumentSerializer < ActiveModel::Serializer attributes :id, :code, :name, :description, :document_type_category_id, :document_type_category_name, :document_type_origin_id, :document_type_origin_name end end end