Skip to content
yuki24 edited this page Jan 13, 2013 · 4 revisions

I'm seeing undefined method 'page'.

Search your project for #page_method_name to see if you ever configured a different name. If you were using will_paginate and ActiveAdmin at the same time before, you probably did it. In that case, try to use #kaminari_page instead of #page. Or, remove away the #page_method_name config from your app then things start working as you expect.

Clone this wiki locally