Sha256: 4611cbd1abcfdb9ae2f12a443efb652cfe858d0138830f744dfec743969f4c58

Contents?: true

Size: 245 Bytes

Versions: 11

Compression:

Stored size: 245 Bytes

Contents

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

  data_miner do
    schema Earth.database_options do
      string 'id'
      string 'name'
      string 'mcc'
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
earth-0.0.30 lib/earth/industry/merchant.rb
earth-0.0.29 lib/earth/industry/merchant.rb
earth-0.0.28 lib/earth/industry/merchant.rb
earth-0.0.27 lib/earth/industry/merchant.rb
earth-0.0.26 lib/earth/industry/merchant.rb
earth-0.0.24 lib/earth/industry/merchant.rb
earth-0.0.23 lib/earth/industry/merchant.rb
earth-0.0.22 lib/earth/industry/merchant.rb
earth-0.0.21 lib/earth/industry/merchant.rb
earth-0.0.20 lib/earth/industry/merchant.rb
earth-0.0.19 lib/earth/industry/merchant.rb