Class: Blacklight::Configuration::ViewConfig::Show
- Inherits:
-
Blacklight::Configuration::ViewConfig
- Object
- OpenStruct
- OpenStructWithHashAccess
- Blacklight::Configuration::ViewConfig
- Blacklight::Configuration::ViewConfig::Show
- 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_class ⇒ Object
5 6 7 |
# File 'lib/blacklight/configuration/view_config.rb', line 5 def document_presenter_class super || Blacklight::ShowPresenter end |