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



6
7
8
# File 'app/helpers/spotlight/searches_helper.rb', line 6

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