diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-07-22 14:34:09 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-07-22 14:34:09 +0200 |
| commit | 0944441ab86dd815c8d942d1347286b3ac8f2fcb (patch) | |
| tree | 20eefcccac6f02701eaa0a7719d57c94e7538297 /app/models/thing.rb | |
| parent | aee73465c69d455f9e0db0e4e5a1f7b54ea3e92e (diff) | |
| download | operum-0944441ab86dd815c8d942d1347286b3ac8f2fcb.tar.gz operum-0944441ab86dd815c8d942d1347286b3ac8f2fcb.zip | |
Add IT as another source kind
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'app/models/thing.rb')
| -rw-r--r-- | app/models/thing.rb | 2 |
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. |
