Sha256: 4f6bf94dfced6bb3ba3e1a56e4fcdf1f717fc6413fc118365ba20b345d2d4444
Contents?: true
Size: 439 Bytes
Versions: 28
Compression:
Stored size: 439 Bytes
Contents
module Geoblacklight ## # Adds helper behavior logic for GeoBlacklight, to used alongside # BlacklightHelperBehavior module GeoblacklightHelperBehavior ## # Calls the presenter on the requested method # @param [Symbol, String] presenting_method # @return [String] def geoblacklight_present(presenting_method, document = @document) presenter(document).try(presenting_method.to_sym) || '' end end end
Version data entries
28 entries across 28 versions & 1 rubygems