uuid_v4()
Convenience method for SecureRandom.uuid.
# File activesupport/lib/active_support/core_ext/digest/uuid.rb, line 52 def self.uuid_v4 SecureRandom.uuid end