Sha256: 8451af8473ede5d37bf9b9d0b5349139c64c6c58ed1ac547b32e4ca10e415593
Contents?: true
Size: 227 Bytes
Versions: 8
Compression:
Stored size: 227 Bytes
Contents
module Landable module Traffic class MatchType < ActiveRecord::Base include Landable::Traffic::TableName lookup_by :match_type, cache: 50, find_or_create: true has_many :attributions end end end
Version data entries
8 entries across 8 versions & 1 rubygems