Class: GenericNote
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- GenericNote
- Includes:
- IdentityCache
- Defined in:
- app/models/generic_note.rb
Instance Method Summary collapse
Methods inherited from ApplicationRecord
Instance Method Details
#key_suffix ⇒ Object
17 18 19 |
# File 'app/models/generic_note.rb', line 17 def key_suffix @key_suffix ||= SecureRandom.alphanumeric(5) end |