Sha256: 0cfb2a3a12153254e02f75003cc59833db4d670bb1fff2a0c2d83501ae7a7051

Contents?: true

Size: 880 Bytes

Versions: 5

Compression:

Stored size: 880 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
    "CurateND"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
curate-0.2.0 app/helpers/blacklight_helper.rb
curate-0.1.3 app/helpers/blacklight_helper.rb
curate-0.1.2 app/helpers/blacklight_helper.rb
curate-0.1.1 app/helpers/blacklight_helper.rb
curate-0.1.0 app/helpers/blacklight_helper.rb