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