Sha256: 8041ba289aea52b3a96c1005581b58b1a5b13f6c1e4bffeb18c9835da3910022

Contents?: true

Size: 893 Bytes

Versions: 7

Compression:

Stored size: 893 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

7 entries across 7 versions & 1 rubygems

Version Path
curate-0.5.4 app/helpers/blacklight_helper.rb
curate-0.5.2 app/helpers/blacklight_helper.rb
curate-0.5.1 app/helpers/blacklight_helper.rb
curate-0.5.0 app/helpers/blacklight_helper.rb
curate-0.4.2 app/helpers/blacklight_helper.rb
curate-0.3.2 app/helpers/blacklight_helper.rb
curate-0.3.1 app/helpers/blacklight_helper.rb