Method: Ramaze::Helper::HttpDigest#httpdigest_uuid

Defined in:
lib/ramaze/helper/httpdigest.rb

#httpdigest_uuidObject



27
28
29
# File 'lib/ramaze/helper/httpdigest.rb', line 27

def httpdigest_uuid
  ::SecureRandom.hex(32)
end