This commit is contained in:
2026-05-07 18:17:30 +02:00
parent 98044fc04a
commit ca7edb99e1
4 changed files with 29 additions and 1 deletions

3
app/models/note.rb Normal file
View File

@@ -0,0 +1,3 @@
class Note < ApplicationRecord
ATTRIBUTES = [:text]
end