Sha256: 35cd53d8044879286d8522eae9adec2574f3bf21facfcfed4e04bbf20ba5e2e8

Contents?: true

Size: 284 Bytes

Versions: 15

Compression:

Stored size: 284 Bytes

Contents

class MerchantCategoryIndustry < ActiveRecord::Base
  self.primary_key = "row_hash"
  
  belongs_to :merchant_category, :foreign_key => 'mcc'
  belongs_to :industry,          :foreign_key => 'naics_code'

  col :row_hash
  col :mcc
  col :ratio, :type => :float
  col :naics_code
end

Version data entries

15 entries across 15 versions & 1 rubygems

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