Sha256: c9e10f13abf21730d7c1edba393a84c60d9d793b5a18a24fd03e152762081ef9
Contents?: true
Size: 304 Bytes
Versions: 9
Compression:
Stored size: 304 Bytes
Contents
module Logistics::Core class ContractKilogramMinimumRate < ApplicationRecord belongs_to :chargeable_service_unit_of_charge belongs_to :contract belongs_to :transaction_type delegate(:name, to: :contract, prefix: true) delegate(:name, to: :transaction_type, prefix: true) end end
Version data entries
9 entries across 9 versions & 1 rubygems