Skip to content

Commit

Permalink
Merge pull request #296 from projecthydra/dchandekstark-search-builder
Browse files Browse the repository at this point in the history
Correct comment
  • Loading branch information
jcoyne committed Oct 29, 2015
2 parents 3f22968 + 2a6937a commit 572efa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 572efa0

Please sign in to comment.