Sha256: 78ebdf7047feff7c65d7ac5041c2a4f99c63e800a6b64a0da0462c21a2b5cfd9

Contents?: true

Size: 355 Bytes

Versions: 13

Compression:

Stored size: 355 Bytes

Contents

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

13 entries across 13 versions & 1 rubygems

Version Path
earth-0.11.7 lib/earth/industry/industry_product.rb
earth-0.11.6 lib/earth/industry/industry_product.rb
earth-0.11.5 lib/earth/industry/industry_product.rb
earth-0.11.4 lib/earth/industry/industry_product.rb
earth-0.11.3 lib/earth/industry/industry_product.rb
earth-0.11.2 lib/earth/industry/industry_product.rb
earth-0.11.1 lib/earth/industry/industry_product.rb
earth-0.11.0 lib/earth/industry/industry_product.rb
earth-0.7.0 lib/earth/industry/industry_product.rb
earth-0.6.6 lib/earth/industry/industry_product.rb
earth-0.6.5 lib/earth/industry/industry_product.rb
earth-0.6.4 lib/earth/industry/industry_product.rb
earth-0.6.3 lib/earth/industry/industry_product.rb