module Logistics module Core class CustomsTransportTariffSerializer < ActiveModel::Serializer attributes :id, :total_distance, :distance_to_entry_point, :proportion, :route_id, :entry_point_id, :entry_point_name, :route_name end end end