Sha256: 01c888814d5fb0b420fe86129dc6574b9889a279cdeb5e418672bedafd08b857
Contents?: true
Size: 234 Bytes
Versions: 8
Compression:
Stored size: 234 Bytes
Contents
module Landable module Traffic class BidMatchType < ActiveRecord::Base include Landable::Traffic::TableName lookup_by :bid_match_type, cache: 50, find_or_create: true has_many :attributions end end end
Version data entries
8 entries across 8 versions & 1 rubygems