Sha256: 8e12845a9c85455be082780b6c1df92eb512e50a77779002569644aae376c295
Contents?: true
Size: 445 Bytes
Versions: 43
Compression:
Stored size: 445 Bytes
Contents
class MerchantCategoryIndustry < ActiveRecord::Base extend Earth::Base set_primary_key :row_hash belongs_to :merchant_category, :foreign_key => 'mcc' belongs_to :industry, :foreign_key => 'naics_code' def self.schema_definition lambda do string 'row_hash' string 'mcc' float 'ratio' string 'naics_code' end end data_miner do MerchantCategoryIndustry.define_schema(self) end end
Version data entries
43 entries across 43 versions & 2 rubygems