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_viewsObject



4
5
6
# File 'app/helpers/spotlight/searches_helper.rb', line 4

def available_document_index_views
  blacklight_config.view.select { |_k, v| v.if != false }.keys
end