Just installed Rails 3.1 rc5 and ActiveAdmin from the rails-3-1 branch. The installation was successful, and I see the login form. However, when I log in with the username / password provided, I get the following error:
ActionView::Template::Error (undefined local variable or method `params'
for #<ActiveAdmin::Views::Pages::Dashboard:0x00000001a59b00>):
1: render view_factory.dashboard_page
Any clues on this?
Thanks in advance!
source
share