Skip to Content Skip to Search

Module with the helper method to generate the note guid.

Methods
G

Instance Public methods

globally_unique_id()

# File lib/anki_record/note/note_guid_helper.rb, line 6
def globally_unique_id
  SecureRandom.uuid.slice(5...15)
end