Sha256: 0e8503a50310eaa0601b81832a0050a019ce23309dbf90bb920e4284e7ebedf6
Contents?: true
Size: 308 Bytes
Versions: 15
Compression:
Stored size: 308 Bytes
Contents
class ProductLineIndustryProduct < ActiveRecord::Base self.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
15 entries across 15 versions & 1 rubygems