5 6 7 8
# File 'lib/ip_filter/request.rb', line 5 def location # For now just grab the first value as the best guess. @location ||= IpFilter.search(ip).try(:first) end