You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.