Sha256: 0a8084e4266a9010c3c4cf52d790547581a65d78f8ea579cf2cbc51fbf6538c9
Contents?: true
Size: 476 Bytes
Versions: 20
Compression:
Stored size: 476 Bytes
Contents
# frozen_string_literal: true module ControllerLevelHelpers module ControllerViewHelpers include Blacklight::Facet def search_state @search_state ||= Blacklight::SearchState.new(params, blacklight_config) end def blacklight_configuration_context @blacklight_configuration_context ||= Blacklight::Configuration::Context.new(controller) end end def initialize_controller_helpers(helper) helper.extend ControllerViewHelpers end end
Version data entries
20 entries across 20 versions & 1 rubygems