instance method
unique_id
Ruby on Rails 4.2.9
Since v3.0.20 Private — implementation detail, not part of the public APISignature
unique_id()
No documentation comment.
Source
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 41
def unique_id
SecureRandom.hex(10)
end
Defined in activesupport/lib/active_support/notifications/instrumenter.rb line 41
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Instrumenter