Class: GenericNote

Inherits:
ApplicationRecord show all
Includes:
IdentityCache
Defined in:
app/models/generic_note.rb

Instance Method Summary collapse

Methods inherited from ApplicationRecord

sync_carrierwave_url

Instance Method Details

#key_suffixObject



17
18
19
# File 'app/models/generic_note.rb', line 17

def key_suffix
  @key_suffix ||= SecureRandom.alphanumeric(5)
end