Uysim / pagy-cursor

Cursor pagination with pagy for Ruby On Rails
MIT License
126 stars 23 forks source link

Undefined Method Error #42

Closed gabezurita closed 1 year ago

gabezurita commented 2 years ago

I'm attempting to use this gem and am getting the below error:

"undefined method `items' for #<Pagy::Cursor:0x00007f9fe2b44f90>"

The error is occurring on this line of code.

I believe we need to add an attr_reader for :items here to fix the issue.

If I do the above locally, I get past that error.

Uysim commented 1 year ago

@gabezurita We inherited from class Pagy which already have attr_reader :items.