Sha256: 20eb2c09eb312791be2d50eb00f8e9dd7ca9b165d2a785434a5e6e526375bde1

Contents?: true

Size: 380 Bytes

Versions: 3

Compression:

Stored size: 380 Bytes

Contents

require 'earth/locality'
class IndustryProduct < ActiveRecord::Base
  set_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

3 entries across 3 versions & 1 rubygems

Version Path
earth-0.11.10 lib/earth/industry/industry_product.rb
earth-0.11.9 lib/earth/industry/industry_product.rb
earth-0.11.8 lib/earth/industry/industry_product.rb