Sha256: 488f6f9b29350f42c848098ad3ff3bd81a08c3bcfc925bc2020ca6308ccfafdc

Contents?: true

Size: 212 Bytes

Versions: 9

Compression:

Stored size: 212 Bytes

Contents

module Logistics
  module Core
    class ContractRate < ApplicationRecord
      belongs_to :chargeable_service_unit_of_charge
      belongs_to :transaction_type
      belongs_to :client_contract
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
logistics_core-21.11.2 app/models/logistics/core/contract_rate.rb
logistics_core-21.11.1 app/models/logistics/core/contract_rate.rb
logistics_core-21.08.1 app/models/logistics/core/contract_rate.rb
logistics_core-21.03.1 app/models/logistics/core/contract_rate.rb
logistics_core-20.10.3 app/models/logistics/core/contract_rate.rb
logistics_core-20.10.2 app/models/logistics/core/contract_rate.rb
logistics_core-20.10.1 app/models/logistics/core/contract_rate.rb
logistics_core-20.9.1 app/models/logistics/core/contract_rate.rb
logistics_core-20.8.1 app/models/logistics/core/contract_rate.rb