From ab06f59469c79b578dd48e91df97872e69923744 Mon Sep 17 00:00:00 2001 From: alexdbondoc17 Date: Thu, 3 Mar 2022 03:06:19 +0000 Subject: [PATCH] Revert changes for `searchable` in `document` --- app/models/cdao/document.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/models/cdao/document.rb b/app/models/cdao/document.rb index 59d5831..3d9deb6 100644 --- a/app/models/cdao/document.rb +++ b/app/models/cdao/document.rb @@ -77,8 +77,6 @@ class Cdao::Document < Cdao::Base is_only_in_premium_libraries? end - string :citation_finders_names, multiple: true do - citation_finders_names - end + string :citation_finders_names, multiple: true end end