Authlogic::Session::NotActivated (You must activate the Authlogic::Session::Base.controller with a controller object before creating objects)

Send to friend

To fix this, put:

1
before_filter :activate_authlogic

at the top of whatever controller is causing the issue