Sha256: 2b9a11be806aa1ac6e18538d3cd563af31ee98e4a35164e9ceb380c5985c7ba1
Contents?: true
Size: 894 Bytes
Versions: 3
Compression:
Stored size: 894 Bytes
Contents
require Blacklight::Engine.root.join('app/helpers/blacklight/hash_as_hidden_fields_helper_behavior') require Blacklight::Engine.root.join('app/helpers/blacklight/render_constraints_helper_behavior') require Blacklight::Engine.root.join('app/helpers/blacklight/html_head_helper_behavior') require Blacklight::Engine.root.join('app/helpers/blacklight/facets_helper_behavior') require Blacklight::Engine.root.join('app/helpers/hash_as_hidden_fields_helper') require Blacklight::Engine.root.join('app/helpers/render_constraints_helper') require Blacklight::Engine.root.join('app/helpers/html_head_helper') require Blacklight::Engine.root.join('app/helpers/facets_helper') require Blacklight::Engine.root.join('app/helpers/blacklight/blacklight_helper_behavior') module BlacklightHelper include Blacklight::BlacklightHelperBehavior def application_name t('sufia.product_name') end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
curate-0.6.6 | app/helpers/blacklight_helper.rb |
curate-0.6.5 | app/helpers/blacklight_helper.rb |
curate-0.6.4 | app/helpers/blacklight_helper.rb |