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