Sha256: ae21e2523658179464c3d67078f5263568d43c8c21d240455eff9da3725eba46
Contents?: true
Size: 391 Bytes
Versions: 11
Compression:
Stored size: 391 Bytes
Contents
class IndustriesProductLines < ActiveRecord::Base set_primary_key :row_hash belongs_to :industry, :foreign_key => 'naics_code' belongs_to :product_line, :foreign_key => 'ps_code' data_miner do schema Earth.database_options do string 'row_hash' string 'naics_code' float 'ratio' string 'ps_code' float 'revenue_allocated' end end end
Version data entries
11 entries across 11 versions & 1 rubygems