We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d37d61 commit 9fcf8c9Copy full SHA for 9fcf8c9
app/controllers/concerns/pageable.rb
@@ -13,5 +13,6 @@ module Pageable
13
def set_pagination
14
@page = params[:page].to_i || 1
15
@pagy, @collection = pagy(@collection)
16
+ rescue Pagy::OverflowError
17
end
18
0 commit comments