Sha256: 245016e9bffd051c0d2a05a9863efd4bb767ff9bb6f563aa9ef075dfb8d10246
Contents?: true
Size: 222 Bytes
Versions: 9
Compression:
Stored size: 222 Bytes
Contents
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
Version data entries
9 entries across 9 versions & 1 rubygems