instance method
unique_id
Ruby on Rails 3.0.20
Since v3.0.20 PrivateSignature
unique_id()
No documentation comment.
Source
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 31
def unique_id
SecureRandom.hex(10)
end
Defined in activesupport/lib/active_support/notifications/instrumenter.rb line 31
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Instrumenter