Sha256: df06c4a85bd96ae0988d80f1716b95fd139c8d559bd1adebb1a6174ee6e65752

Contents?: true

Size: 286 Bytes

Versions: 3

Compression:

Stored size: 286 Bytes

Contents

require 'earth/locality'
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

3 entries across 3 versions & 1 rubygems

Version Path
earth-0.11.10 lib/earth/industry/industry_sector.rb
earth-0.11.9 lib/earth/industry/industry_sector.rb
earth-0.11.8 lib/earth/industry/industry_sector.rb