aboutsummaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
Diffstat (limited to 'app/models')
-rw-r--r--app/models/thing.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/thing.rb b/app/models/thing.rb
index 01f59e9..f3596f1 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 bio], validate: true
+ novel paper letters phd chronicle bio it], validate: true
# Returns all things which match the given text for any of the string columns
# from the table.