Sha256: 35db8cf66e07db48c37bacb096f70ab346f48f5afcd6540b7aee63f1d49413e0

Contents?: true

Size: 385 Bytes

Versions: 15

Compression:

Stored size: 385 Bytes

Contents

require 'earth/locality'
class IndustryProduct < ActiveRecord::Base
  self.primary_key = "naics_product_code"
  
  has_many :product_line_industry_products, :foreign_key => 'naics_product_code'
  
  belongs_to :industry, :foreign_key => 'naics_code'
  
  col :naics_product_code
  col :description, :type => :text
  col :value, :type => :float
  col :value_units
  col :naics_code
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
earth-0.12.4 lib/earth/industry/industry_product.rb
earth-0.12.3 lib/earth/industry/industry_product.rb
earth-0.12.2 lib/earth/industry/industry_product.rb
earth-0.12.1 lib/earth/industry/industry_product.rb
earth-0.12.0 lib/earth/industry/industry_product.rb
earth-0.11.20 lib/earth/industry/industry_product.rb
earth-0.11.19 lib/earth/industry/industry_product.rb
earth-0.11.18 lib/earth/industry/industry_product.rb
earth-0.11.17 lib/earth/industry/industry_product.rb
earth-0.11.16 lib/earth/industry/industry_product.rb
earth-0.11.15 lib/earth/industry/industry_product.rb
earth-0.11.14 lib/earth/industry/industry_product.rb
earth-0.11.13 lib/earth/industry/industry_product.rb
earth-0.11.12 lib/earth/industry/industry_product.rb
earth-0.11.11 lib/earth/industry/industry_product.rb