Sha256: 96715a86728e9fc52f37611536b82b812b2131cbe67ec8cb50bf971c9de2537b

Contents?: true

Size: 184 Bytes

Versions: 4

Compression:

Stored size: 184 Bytes

Contents

# frozen_string_literal: true

class ShopAccount < ActiveRecord::Base
  belongs_to :customer
  belongs_to :customer_carrier

  has_one :carrier, through: :customer_carrier
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ibm_db-5.5.0-x86-mingw32 test/models/shop_account.rb
ibm_db-5.4.1-x86-mingw32 test/models/shop_account.rb
ibm_db-5.4.0-x86-mingw32 test/models/shop_account.rb
ibm_db-5.3.2-x86-mingw32 test/models/shop_account.rb