Sha256: 9a92840db50afbb35cb77df62ddd229789b072746b0fa7ac84874087afd06bee

Contents?: true

Size: 272 Bytes

Versions: 16

Compression:

Stored size: 272 Bytes

Contents

class IndustryProductLine < ActiveRecord::Base
  set_primary_key :row_hash
  
  belongs_to :industry,     :foreign_key => 'naics_code'
  belongs_to :product_line, :foreign_key => 'ps_code'

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

Version data entries

16 entries across 16 versions & 1 rubygems

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