Sha256: e24242401b3d0243e201fb64ead35e3768992d00dd34d802a8319eae1d65b255
Contents?: true
Size: 321 Bytes
Versions: 8
Compression:
Stored size: 321 Bytes
Contents
module Landable module Traffic class Visit < ActiveRecord::Base include Landable::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
8 entries across 8 versions & 1 rubygems