Sha256: 7f9b2beb95ca6c5c258bfaf7d1d5a9fd63118774efafc0ac18bbd748cda83b7d
Contents?: true
Size: 212 Bytes
Versions: 10
Compression:
Stored size: 212 Bytes
Contents
module Landable module Traffic class AdType < ActiveRecord::Base include Landable::TableName lookup_by :ad_type, cache: 50, find_or_create: true has_many :attributions end end end
Version data entries
10 entries across 10 versions & 1 rubygems