Skip to content

Commit

Permalink
Fix: Prefix DEFAULT with Pagy:: (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
olieidel authored Sep 8, 2024
1 parent 7cf2873 commit 48fa4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gem/config/pagy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
# See https://ddnexus.github.io/pagy/docs/extras/searchkick
# Default :pagy_search method: change only if you use also
# the elasticsearch_rails or meilisearch extra that defines the same
# DEFAULT[:searchkick_pagy_search] = :pagy_search
# Pagy::DEFAULT[:searchkick_pagy_search] = :pagy_search
# Default original :search method called internally to do the actual search
# Pagy::DEFAULT[:searchkick_search] = :search
# require 'pagy/extras/searchkick'
Expand Down

0 comments on commit 48fa4fc

Please sign in to comment.