Closed gabezurita closed 1 year 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.
attr_reader
:items
If I do the above locally, I get past that error.
@gabezurita We inherited from class Pagy which already have attr_reader :items.
I'm attempting to use this gem and am getting the below error:
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.