Sha256: bac0afb2fde063e898269f26b2d0575d7682c8e9b8ad6201c019e9c59511ef1c
Contents?: true
Size: 264 Bytes
Versions: 8
Compression:
Stored size: 264 Bytes
Contents
module Landable module Traffic class IpLookup < ActiveRecord::Base include Landable::Traffic::TableName lookup_for :ip_address, class_name: IpAddress lookup_for :domain, class_name: Domain belongs_to :location end end end
Version data entries
8 entries across 8 versions & 1 rubygems