Ask A Question

Notifications

You’re not receiving notifications from this thread.

How to fix undefined method `<' for nil:NilClass in the view when cancelling kaminari scopes by invoking @delivery_requests = @delivery_requests.except(:limit, :offset)

Papa Mouhamadou DIOP asked in Gems / Libraries

indeed, when I try to cancel pagination on @delivery_requests by doing this: "@delivery_requests = @ delivery_requests.except (:limit, :offset)", I get the following error:
undefined method `<'for nil: NilClass at the line where I write this:
<%= paginate @delivery_requests %>. However @delivery_requests does not return null.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.