Sha256: 63f5d0c04d0132b10ceb62a3fa69818dc425f2723997ab7c835f6ac35bbe7a00
Contents?: true
Size: 229 Bytes
Versions: 8
Compression:
Stored size: 229 Bytes
Contents
module Landable module Traffic class SearchTerm < ActiveRecord::Base include Landable::Traffic::TableName lookup_by :search_term, cache: 50, find_or_create: true has_many :attributions end end end
Version data entries
8 entries across 8 versions & 1 rubygems