method

unique_id

rails latest stable - Class: ActiveSupport::Notifications::Instrumenter
unique_id()
private

No documentation available.

# File activesupport/lib/active_support/notifications/instrumenter.rb, line 101
        def unique_id
          SecureRandom.hex(10)
        end