Sha256: 08269a1438459821026f81a20ae3535a593a510cdeab4bbb8667c3b804e95679

Contents?: true

Size: 255 Bytes

Versions: 10

Compression:

Stored size: 255 Bytes

Contents

module Landable
  module Traffic
    class Path < ActiveRecord::Base
      include Landable::TableName

      lookup_by :path, cache: 50, find_or_create: true

      has_many :accesses
      has_many :page_views
      has_many :referers
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
landable-1.14.0 app/models/landable/traffic/path.rb
landable-1.13.2 app/models/landable/traffic/path.rb
landable-1.13.1 app/models/landable/traffic/path.rb
landable-1.12.3 app/models/landable/traffic/path.rb
landable-1.12.2 app/models/landable/traffic/path.rb
landable-1.12.1 app/models/landable/traffic/path.rb
landable-1.11.1 app/models/landable/traffic/path.rb
landable-1.11.0 app/models/landable/traffic/path.rb
landable-1.10.0.rc2 app/models/landable/traffic/path.rb
landable-1.10.0.rc1 app/models/landable/traffic/path.rb