Sha256: 0d98e8fa3ceab69cda0de4aae6198c409e3b95a278abca4131856fe78a40d2d9
Contents?: true
Size: 344 Bytes
Versions: 13
Compression:
Stored size: 344 Bytes
Contents
module BrighterPlanet module Purchase module Relationships def self.included(target) target.belongs_to :merchant, :foreign_key => 'merchant_id' target.belongs_to :merchant_category, :foreign_key => 'mcc' target.belongs_to :industry, :foreign_key => 'naics_code' end end end end
Version data entries
13 entries across 13 versions & 1 rubygems