Module: Geoblacklight::GeoblacklightHelperBehavior
- Includes:
- Blacklight::BlacklightHelperBehavior
- Included in:
- BlacklightHelper
- Defined in:
- app/helpers/geoblacklight/geoblacklight_helper_behavior.rb
Instance Method Summary collapse
-
#geoblacklight_present(presenting_method, document = @document) ⇒ String
Calls the presenter on the requested method.
Instance Method Details
#geoblacklight_present(presenting_method, document = @document) ⇒ String
Calls the presenter on the requested method
14 15 16 |
# File 'app/helpers/geoblacklight/geoblacklight_helper_behavior.rb', line 14 def geoblacklight_present(presenting_method, document = @document) document_presenter(document).try(presenting_method.to_sym) || "" end |