Sha256: e3e620781e5e9a266b46e1e8eb434fe6fecab345814bd956228c3e814f546527

Contents?: true

Size: 166 Bytes

Versions: 2

Compression:

Stored size: 166 Bytes

Contents

class Order < ActiveRecord::Base
  belongs_to :customer,
    inverse_of: :orders,
    primary_key: %i(account_id id),
    foreign_key: %i(account_id customer_id)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activerecord-import-1.4.0 test/models/order.rb
activerecord-import-1.3.0 test/models/order.rb