back

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

  1. Swards says:

    I'm getting this error in an integration test and this wasn't the solution.