Sha256: 39cba3b29f1bd83b25227793d860746fc57c8f90be264d3c4b45f2b52f7bfa09
Contents?: true
Size: 279 Bytes
Versions: 19
Compression:
Stored size: 279 Bytes
Contents
class MerchantCategoryIndustry < ActiveRecord::Base set_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
19 entries across 19 versions & 1 rubygems