module Logistics module Core class EslTransportTariffSerializer < ActiveModel::Serializer attributes :id, :name, :route_id, :storage_point end end end