Module with the helper method to generate the note guid.
Source: show
# File lib/anki_record/note/note_guid_helper.rb, line 6 def globally_unique_id SecureRandom.uuid.slice(5...15) end