Sha256: 4611cbd1abcfdb9ae2f12a443efb652cfe858d0138830f744dfec743969f4c58
Contents?: true
Size: 245 Bytes
Versions: 11
Compression:
Stored size: 245 Bytes
Contents
class Merchant < ActiveRecord::Base set_primary_key :id belongs_to :merchant_category, :foreign_key => 'mcc' data_miner do schema Earth.database_options do string 'id' string 'name' string 'mcc' end end end
Version data entries
11 entries across 11 versions & 1 rubygems