Sha256: 3b3d97c460d7e17e5eeb9ef9be80022c9f72693f27ae50f3680638cffb81f41d
Contents?: true
Size: 297 Bytes
Versions: 3
Compression:
Stored size: 297 Bytes
Contents
require 'earth/locality' class IndustryProductLine < ActiveRecord::Base set_primary_key :row_hash belongs_to :industry, :foreign_key => 'naics_code' belongs_to :product_line, :foreign_key => 'ps_code' col :row_hash col :naics_code col :ratio, :type => :float col :ps_code end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
earth-0.11.10 | lib/earth/industry/industry_product_line.rb |
earth-0.11.9 | lib/earth/industry/industry_product_line.rb |
earth-0.11.8 | lib/earth/industry/industry_product_line.rb |