Sha256: effb962edd527af634c6dcc9042eaea46e4eddd447d09520dfcec4383910cae6
Contents?: true
Size: 347 Bytes
Versions: 11
Compression:
Stored size: 347 Bytes
Contents
class IndustriesSectors < ActiveRecord::Base set_primary_key :row_hash belongs_to :industry, :foreign_key => 'naics_code' belongs_to :sector, :foreign_key => 'io_code' data_miner do schema Earth.database_options do string 'row_hash' string 'naics_code' float 'ratio' string 'io_code' end end end
Version data entries
11 entries across 11 versions & 1 rubygems