module Logistics module Core class AgencySerializer < ActiveModel::Serializer attributes :id, :code, :name, :agency_category_id, :agency_category_name, :city, :subcity, :woreda, :house_no, :telephone, :email, :postal_code, :contact_person, :contact_telephone, :contact_email end end end