Module: Spotlight::SearchesHelper
- Defined in:
- app/helpers/spotlight/searches_helper.rb
Overview
Saved search helpers
Instance Method Summary collapse
Instance Method Details
#available_document_index_views ⇒ Object
6 7 8 |
# File 'app/helpers/spotlight/searches_helper.rb', line 6 def available_document_index_views blacklight_config.view.to_h.reject { |_k, v| v.if == false } end |