Sha256: 9ca74d28b14f130cf9f04c14aa066e3bbf6e678a5b716c67c58fb4725f0faa44
Contents?: true
Size: 223 Bytes
Versions: 8
Compression:
Stored size: 223 Bytes
Contents
module Landable module Traffic class AdGroup < ActiveRecord::Base include Landable::Traffic::TableName lookup_by :ad_group, cache: 50, find_or_create: true has_many :attributions end end end
Version data entries
8 entries across 8 versions & 1 rubygems