Skip to content

Commit

Permalink
zeitwerk fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stkenny committed Dec 3, 2024
1 parent 783bcaa commit 72ea0ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/blacklight/search_state.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# frozen_string_literal: true

require 'blacklight/search_state/filter_field'

module Blacklight
# This class encapsulates the search state as represented by the query
# parameters namely: :f, :q, :page, :per_page and, :sort
autoload :FilterField, 'blacklight/search_state/filter_field'

class SearchState
extend Deprecation

Expand Down

0 comments on commit 72ea0ef

Please sign in to comment.