Class: Blacklight::Configuration::ViewConfig::Index

Inherits:
Blacklight::Configuration::ViewConfig show all
Defined in:
lib/blacklight/configuration/view_config.rb

Instance Method Summary collapse

Methods inherited from OpenStructWithHashAccess

#deep_dup, #merge, #merge!, #select, #sort_by, #sort_by!, #to_h

Instance Method Details

#document_presenter_classObject



11
12
13
# File 'lib/blacklight/configuration/view_config.rb', line 11

def document_presenter_class
  super || Blacklight::IndexPresenter
end