Authlogic::Session::NotActivated (You must activate the Authlogic::Session::Base.controller with a controller object before creating objects)
To fix this, put:
1 |
before_filter :activate_authlogic
|
at the top of whatever controller is causing the issue
February 23, 2009


I'm getting this error in an integration test and this wasn't the solution.
April 19, 2009 at 12:44 AM