Class: AppProfiler::ProfileId

Inherits:
Object
  • Object
show all
Defined in:
lib/app_profiler/profile_id.rb

Defined Under Namespace

Classes: Current

Class Method Summary collapse

Class Method Details

.currentObject



13
14
15
16
# File 'lib/app_profiler/profile_id.rb', line 13

def current
  Current.id ||= SecureRandom.hex
  Current.id
end