Sha256: d2ba25df345986993a04a450e4aa83c306cbb05819c19ee8cafb03caff744fb7

Contents?: true

Size: 261 Bytes

Versions: 16

Compression:

Stored size: 261 Bytes

Contents

class IndustrySector < ActiveRecord::Base
  set_primary_key :row_hash
  
  belongs_to :industry,  :foreign_key => 'naics_code'
  belongs_to :sector,    :foreign_key => 'io_code'

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

Version data entries

16 entries across 16 versions & 1 rubygems

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