Sha256: 2cbfbf0354b6eaff09f85aea70639f4fcfd6e340a17ef95de72b862e811de6ba
Contents?: true
Size: 302 Bytes
Versions: 15
Compression:
Stored size: 302 Bytes
Contents
require 'earth/locality' class IndustryProductLine < ActiveRecord::Base self.primary_key = "row_hash" belongs_to :industry, :foreign_key => 'naics_code' belongs_to :product_line, :foreign_key => 'ps_code' col :row_hash col :naics_code col :ratio, :type => :float col :ps_code end
Version data entries
15 entries across 15 versions & 1 rubygems