We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eccc4e + d354a9b commit 8a410c6Copy full SHA for 8a410c6
1 file changed
app/controllers/concerns/blacklight/controller.rb
@@ -56,7 +56,7 @@ def render_bookmarks_control?
56
end
57
58
# This must be on every controller that uses the layout, because it is used in
59
- # the header to draw Blacklight::SearchNavbarComponent (via the shared/header_navbar template)
+ # the header to draw Blacklight::SearchNavbarComponent
60
# @return [Blacklight::SearchState] a memoized instance of the parameter state.
61
def search_state
62
@search_state ||= search_state_class.new(params, blacklight_config, self)
0 commit comments