Unable to start
Closed this issue ยท 0 comments
kmmndr commented
Hi :-)
Thank you very much for grape-pagy, this is very handy ! ๐
I'm trying to use grape-pagy with pagy 6.x but it fails to start with the following error:
/home/app/.gem/ruby/3.1.2/gems/grape-pagy-0.5.1/lib/grape/pagy.rb:35:in `block in <module:Helpers>': undefined method `delete' for nil:NilClass (NoMethodError)
items = opts.delete(:items) || ::Pagy::DEFAULT[:items]