Sha256: ae21e2523658179464c3d67078f5263568d43c8c21d240455eff9da3725eba46

Contents?: true

Size: 391 Bytes

Versions: 11

Compression:

Stored size: 391 Bytes

Contents

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

  data_miner do
    schema Earth.database_options do
      string 'row_hash'
      string 'naics_code'
      float  'ratio'
      string 'ps_code'
      float  'revenue_allocated'
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

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