Module: Spotlight::BrowseHelper

Includes:
BlacklightConfigurationHelper
Defined in:
app/helpers/spotlight/browse_helper.rb

Instance Method Summary collapse

Instance Method Details

#default_document_index_view_typeObject



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

def default_document_index_view_type
  (:gallery if blacklight_config.view.has_key? :gallery) || super
end