Sha256: cedd8069385b6a4fd058974b7feb1622e33ba6e3cc7b34e459518ae46eec4eca

Contents?: true

Size: 220 Bytes

Versions: 10

Compression:

Stored size: 220 Bytes

Contents

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

      lookup_by :device_type, cache: 50, find_or_create: true

      has_many :attributions
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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