Sha256: 0b3f2e9013da371a18b4286ac1eeff242421d9ba6c18cade7c451bce2b8fe38e

Contents?: true

Size: 158 Bytes

Versions: 14

Compression:

Stored size: 158 Bytes

Contents

class Merchant < ActiveRecord::Base
  self.primary_key = "id"
  
  belongs_to :merchant_category, :foreign_key => 'mcc'

  col :id
  col :name
  col :mcc
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
earth-0.12.3 lib/earth/industry/merchant.rb
earth-0.12.2 lib/earth/industry/merchant.rb
earth-0.12.1 lib/earth/industry/merchant.rb
earth-0.12.0 lib/earth/industry/merchant.rb
earth-0.11.20 lib/earth/industry/merchant.rb
earth-0.11.19 lib/earth/industry/merchant.rb
earth-0.11.18 lib/earth/industry/merchant.rb
earth-0.11.17 lib/earth/industry/merchant.rb
earth-0.11.16 lib/earth/industry/merchant.rb
earth-0.11.15 lib/earth/industry/merchant.rb
earth-0.11.14 lib/earth/industry/merchant.rb
earth-0.11.13 lib/earth/industry/merchant.rb
earth-0.11.12 lib/earth/industry/merchant.rb
earth-0.11.11 lib/earth/industry/merchant.rb