Sha256: d09f01f2dde2a6ebd445711ea5f9b7e4c052c6b5eef3ed0faf677b06e6a37c0b
Contents?: true
Size: 330 Bytes
Versions: 5
Compression:
Stored size: 330 Bytes
Contents
module Landable module Traffic class Visit < ActiveRecord::Base include Landable::Traffic::TableName self.record_timestamps = false belongs_to :attribution belongs_to :cookie belongs_to :owner belongs_to :visitor belongs_to :referer has_many :page_views end end end
Version data entries
5 entries across 5 versions & 1 rubygems