Sha256: 1818d960af590a6a952394eb4509f032f14f979280a4ded5c45126f257464b7e
Contents?: true
Size: 319 Bytes
Versions: 2
Compression:
Stored size: 319 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
landable-1.14.0 | app/models/landable/traffic/visit.rb |
landable-1.13.2 | app/models/landable/traffic/visit.rb |