From cb9113ceff41ed374e4ecce2583b4f9e3ff506dc Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 18 Mar 2024 13:58:17 +0100 Subject: thing: added 'bio' kind MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- app/models/thing.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models/thing.rb') diff --git a/app/models/thing.rb b/app/models/thing.rb index 4289b76..a67d38e 100644 --- a/app/models/thing.rb +++ b/app/models/thing.rb @@ -14,7 +14,7 @@ class Thing < ApplicationRecord enum :status, %i[read notread tobepublished], validate: true enum :kind, %i[other poetry theater essay shorts - novel paper letters phd chronicle], validate: true + novel paper letters phd chronicle bio], validate: true # Returns all things which match the given text for any of the string columns # from the table. -- cgit v1.2.3