Sha256: ae5a2bb47674b4014fff277359553563f25c8cf73b0cfeadbd3418e0a5ad30e9

Contents?: true

Size: 215 Bytes

Versions: 8

Compression:

Stored size: 215 Bytes

Contents

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

      lookup_by :user_agent_type, cache: true

      has_many :user_agents
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
landable-1.9.2 app/models/landable/traffic/user_agent_type.rb
landable-1.9.1 app/models/landable/traffic/user_agent_type.rb
landable-1.9.0 app/models/landable/traffic/user_agent_type.rb
landable-1.9.0.rc2 app/models/landable/traffic/user_agent_type.rb
landable-1.9.0.rc1 app/models/landable/traffic/user_agent_type.rb
landable-1.8.0 app/models/landable/traffic/user_agent_type.rb
landable-1.7.1.rc1 app/models/landable/traffic/user_agent_type.rb
landable-1.7.0 app/models/landable/traffic/user_agent_type.rb