Sha256: 5f8f3a81a088b0d84a52f18d548d839979422fbb18e339b17d0e502c2323e077
Contents?: true
Size: 291 Bytes
Versions: 15
Compression:
Stored size: 291 Bytes
Contents
require 'earth/locality' class IndustrySector < ActiveRecord::Base self.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
15 entries across 15 versions & 1 rubygems