Sha256: 67392c4d4f1bba0ae62a0d82c900fab20aacd9c9dfd8f6f988614beff11196cc

Contents?: true

Size: 303 Bytes

Versions: 19

Compression:

Stored size: 303 Bytes

Contents

class ProductLineIndustryProduct < ActiveRecord::Base
  set_primary_key :row_hash
  
  belongs_to :product_line,     :foreign_key => 'ps_code'
  belongs_to :industry_product, :foreign_key => 'naics_product_code'

  col :row_hash
  col :ps_code
  col :ratio, :type => :float
  col :naics_product_code
end

Version data entries

19 entries across 19 versions & 1 rubygems

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