Sha256: 09db11434222805985dd2d06aacb665100cd3e541f097365a2da46b35e348cc0
Contents?: true
Size: 349 Bytes
Versions: 11
Compression:
Stored size: 349 Bytes
Contents
class ProductLinesSectors < ActiveRecord::Base set_primary_key :row_hash belongs_to :product_line, :foreign_key => 'ps_code' belongs_to :sector, :foreign_key => 'io_code' data_miner do schema Earth.database_options do string 'row_hash' string 'ps_code' float 'ratio' string 'io_code' end end end
Version data entries
11 entries across 11 versions & 1 rubygems