Sha256: 74e166629c8f43ee6f74d87ffc03d174bf2aa2a9564dd80a709227b1ce341a21

Contents?: true

Size: 223 Bytes

Versions: 16

Compression:

Stored size: 223 Bytes

Contents

class Sector < ActiveRecord::Base
  set_primary_key :io_code

  has_many :industry_sectors, :foreign_key => 'io_code'
  
  col :io_code
  col :description, :type => :text
  col :value, :type => :float
  col :value_units
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
earth-0.11.10 lib/earth/industry/sector.rb
earth-0.11.9 lib/earth/industry/sector.rb
earth-0.11.8 lib/earth/industry/sector.rb
earth-0.11.7 lib/earth/industry/sector.rb
earth-0.11.6 lib/earth/industry/sector.rb
earth-0.11.5 lib/earth/industry/sector.rb
earth-0.11.4 lib/earth/industry/sector.rb
earth-0.11.3 lib/earth/industry/sector.rb
earth-0.11.2 lib/earth/industry/sector.rb
earth-0.11.1 lib/earth/industry/sector.rb
earth-0.11.0 lib/earth/industry/sector.rb
earth-0.7.0 lib/earth/industry/sector.rb
earth-0.6.6 lib/earth/industry/sector.rb
earth-0.6.5 lib/earth/industry/sector.rb
earth-0.6.4 lib/earth/industry/sector.rb
earth-0.6.3 lib/earth/industry/sector.rb