class Identifiable::Stylists::Uuid

Public Instance Methods

random_id() click to toggle source
# File lib/identifiable/stylists/uuid.rb, line 6
def random_id
  SecureRandom.uuid
end