Sha256: 92f3851a7f15835635e280bf89de8a4812e91417eaa87ff4810159b99d676425

Contents?: true

Size: 304 Bytes

Versions: 3

Compression:

Stored size: 304 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

      has_many   :page_views
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
landable-1.8.0 app/models/landable/traffic/visit.rb
landable-1.7.1.rc1 app/models/landable/traffic/visit.rb
landable-1.7.0 app/models/landable/traffic/visit.rb