module Digest::UUID

def self.uuid_v4

Convenience method for SecureRandom.uuid.
def self.uuid_v4
  SecureRandom.uuid
end