Sha256: ba0222a20dd36cf3e33f9a197f7fe03089562c800352afecddcf8aa0e47625f4

Contents?: true

Size: 229 Bytes

Versions: 8

Compression:

Stored size: 229 Bytes

Contents

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

      lookup_by :device_type, cache: 50, find_or_create: true

      has_many :attributions
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

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