app/controllers/spotlight/searches_controller.rb in blacklight-spotlight-2.4.1 vs app/controllers/spotlight/searches_controller.rb in blacklight-spotlight-2.5.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Spotlight ## # CRUD actions for curating browse categories (see # {Spotlight::BrowseController} for the end-user read and index actions) # rubocop:disable Metrics/ClassLength