From 9cf88160e16ab07fb7c8ab8ac8346e6267384ed7 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Thu, 16 Dec 2021 13:53:53 -0800 Subject: [PATCH] more actiontext --- app/models/article.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/article.rb b/app/models/article.rb index afa3caf..5273dd3 100644 --- a/app/models/article.rb +++ b/app/models/article.rb @@ -1,3 +1,4 @@ class Article < ApplicationRecord + has_rich_text :text validates_presence_of :title end