Sha256: 9788bd35569418f1b43cf2b27354b1095d7af3eb58467c4c349246ac2366e4d1
Contents?: true
Size: 224 Bytes
Versions: 8
Compression:
Stored size: 224 Bytes
Contents
module Landable module Traffic class Position < ActiveRecord::Base include Landable::Traffic::TableName lookup_by :position, cache: 50, find_or_create: true has_many :attributions end end end
Version data entries
8 entries across 8 versions & 1 rubygems