module Logistics module Core class ContractSerializer < ActiveModel::Serializer attributes :id, :contract_number, :title, :start_date, :end_date, :contract_signed_date, :client_id, :client_name end end end