Module: BlacklightHelper
- Includes:
- Blacklight::BlacklightHelperBehavior, Blacklight::CatalogHelperBehavior, Geoblacklight::GeoblacklightHelperBehavior
- Defined in:
- app/helpers/blacklight_helper.rb
Instance Method Summary collapse
Methods included from Geoblacklight::GeoblacklightHelperBehavior
Instance Method Details
#render_document_sidebar_partial(document = @document) ⇒ Object
8 9 10 |
# File 'app/helpers/blacklight_helper.rb', line 8 def (document = @document) super(document) + (render "relations_container", document: document) end |