From 2a6937a525c6d4da8ca321841b489cfec00dfc88 Mon Sep 17 00:00:00 2001 From: David Chandek-Stark Date: Thu, 29 Oct 2015 16:11:21 -0400 Subject: [PATCH] Correct comment --- .../app/controllers/concerns/hydra/controller/search_builder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra-core/app/controllers/concerns/hydra/controller/search_builder.rb b/hydra-core/app/controllers/concerns/hydra/controller/search_builder.rb index 0e8119d64..f508f8d10 100644 --- a/hydra-core/app/controllers/concerns/hydra/controller/search_builder.rb +++ b/hydra-core/app/controllers/concerns/hydra/controller/search_builder.rb @@ -1,7 +1,7 @@ module Hydra::Controller::SearchBuilder extend ActiveSupport::Concern - # Override blacklight to produce a search_builder that has the current collection in context + # Override blacklight to produce a search_builder that has the current ability in context def search_builder processor_chain = search_params_logic super.tap { |builder| builder.current_ability = current_ability } end