Browse Source

Merge pull request #99 from lexintegritastech/improve-main-ui

Revert changes for `searchable` in `document`
pull/100/head
Alexander D. Bondoc 4 years ago committed by GitHub
parent
commit
9a8ff8a3ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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? is_only_in_premium_libraries?
end end
string :citation_finders_names, multiple: true do string :citation_finders_names, multiple: true
citation_finders_names
end
end end
end end

Loading…
Cancel
Save