From ae11c2ddc268d210e94963cfe02cbc68d5e81e6b Mon Sep 17 00:00:00 2001 From: Leon Date: Wed, 16 Oct 2024 14:04:07 +0200 Subject: [PATCH] Update backend comment --- gem/lib/pagy/backend.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gem/lib/pagy/backend.rb b/gem/lib/pagy/backend.rb index 38897ee99..cc94f7870 100644 --- a/gem/lib/pagy/backend.rb +++ b/gem/lib/pagy/backend.rb @@ -3,7 +3,7 @@ class Pagy # Define a few generic methods to paginate a collection out of the box, - # or any collection by overriding pagy_get_items and/or pagy_get_vars in your controller + # or any collection by overriding pagy_get_items and/or pagy_get_count in your controller # See also the extras if you need specialized methods to paginate Arrays or other collections module Backend private