Sha256: a3fe73a0a0f45370121e194404fd39de9291fb6775213bb2e73085d3dad748bd

Contents?: true

Size: 153 Bytes

Versions: 19

Compression:

Stored size: 153 Bytes

Contents

class Merchant < ActiveRecord::Base
  set_primary_key :id
  
  belongs_to :merchant_category, :foreign_key => 'mcc'

  col :id
  col :name
  col :mcc
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
earth-0.11.10 lib/earth/industry/merchant.rb
earth-0.11.9 lib/earth/industry/merchant.rb
earth-0.11.8 lib/earth/industry/merchant.rb
earth-0.11.7 lib/earth/industry/merchant.rb
earth-0.11.6 lib/earth/industry/merchant.rb
earth-0.11.5 lib/earth/industry/merchant.rb
earth-0.11.4 lib/earth/industry/merchant.rb
earth-0.11.3 lib/earth/industry/merchant.rb
earth-0.11.2 lib/earth/industry/merchant.rb
earth-0.11.1 lib/earth/industry/merchant.rb
earth-0.11.0 lib/earth/industry/merchant.rb
earth-0.7.0 lib/earth/industry/merchant.rb
earth-0.6.6 lib/earth/industry/merchant.rb
earth-0.6.5 lib/earth/industry/merchant.rb
earth-0.6.4 lib/earth/industry/merchant.rb
earth-0.6.3 lib/earth/industry/merchant.rb
earth-0.6.2 lib/earth/industry/merchant.rb
earth-0.6.1 lib/earth/industry/merchant.rb
earth-0.6.0 lib/earth/industry/merchant.rb