-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kaminari pagination does not work #98
Comments
Class was defined like this: class TestClass < ParseResource::Base end |
Can you please post the code that triggered the error? Sent from my iPhone On Nov 23, 2013, at 3:10 AM, dev888 notifications@github.com wrote:
|
Here it is: t = TestModel.page(2).per(3).where(:test_field => 2) |
Hmm...is kaminari properly installed?
|
Yep, the gem is installed and specified in the Gemfile. Also 'bundle show kaminari' shows that it's installed. Can you not reproduce this? |
I'm having the same problem, anyone solved this? |
I solved this issue by using an older version of kaminari, 0.14.1. |
I have the same problem, even with the older version of kaminari, 0.14.1. Any other ideas? |
Try parse_resource at HEAD |
That worked thanks On Wednesday, September 24, 2014, Leo Lou notifications@github.com wrote:
|
Got this error:
undefined method `page' for :Class
The text was updated successfully, but these errors were encountered: