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