Browse Source

Revert changes for `searchable` in `document`

pull/99/head
alexdbondoc17 4 years ago
parent
commit
ab06f59469
  1. 4
      app/models/cdao/document.rb

4
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

Loading…
Cancel
Save