Class: Identifiable::Stylists::Uuid

Inherits:
Object
  • Object
show all
Defined in:
lib/identifiable/stylists/uuid.rb

Instance Method Summary collapse

Instance Method Details

#random_idObject



6
7
8
# File 'lib/identifiable/stylists/uuid.rb', line 6

def random_id
  SecureRandom.uuid
end