We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The paper_trail auditing adapter produces this error. Here is the stack:
NoMethodError (undefined method `page' for []:Kaminari::PaginatableArray): rails_admin (0.8.1) lib/rails_admin/extensions/paper_trail/auditing_adapter.rb:101:in `listing_for_model_or_object' rails_admin (0.8.1) lib/rails_admin/extensions/paper_trail/auditing_adapter.rb:74:in `listing_for_model' rails_admin (0.8.1) lib/rails_admin/config/actions/history_index.rb:22:in `block (2 levels) in <class:HistoryIndex>' rails_admin (0.8.1) app/controllers/rails_admin/main_controller.rb:22:in `instance_eval' rails_admin (0.8.1) app/controllers/rails_admin/main_controller.rb:22:in `history_index'
It looks like this commit 0164004 introduced a change expecting Kaminari::PaginatableArray to have a #page method.
Kaminari::PaginatableArray
#page
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The paper_trail auditing adapter produces this error. Here is the stack:
It looks like this commit 0164004 introduced a change expecting
Kaminari::PaginatableArray
to have a#page
method.The text was updated successfully, but these errors were encountered: