Sha256: 69033121bbbe9cd1c3997f1c7c86ad22f7f5ead264b139e54f6eec881bc658f1

Contents?: true

Size: 206 Bytes

Versions: 10

Compression:

Stored size: 206 Bytes

Contents

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

      lookup_by :user_agent_type, cache: true

      has_many :user_agents
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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