class HttpLog::AlHelper

Public Class Methods

get_uid() click to toggle source
# File lib/influxdb/rails/httplog/helpers/al_helper.rb, line 7
def self.get_uid
  SecureRandom.uuid
end