module Logistics::Core class KilogramMinimumRate < ApplicationRecord belongs_to :chargeable_service_unit_of_charge belongs_to :transaction_type delegate(:name, to: :transaction_type, prefix: true) end end