more actiontext

This commit is contained in:
Ryan W
2021-12-16 13:53:53 -08:00
parent 826b228df8
commit 9cf88160e1
+1
View File
@@ -1,3 +1,4 @@
class Article < ApplicationRecord class Article < ApplicationRecord
has_rich_text :text
validates_presence_of :title validates_presence_of :title
end end