Uninitialized constant ActAsAuthenticated

Hi,

I followed the installation guide on
http://technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated,
but db:migrate fails:

$ rake db:migrate --trace
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
rake aborted!
uninitialized constant ActAsAuthenticated

Tried to move include AuthenticatedSystem to ApplicationController,
didn´t help.

Any suggestions?

Regards,
Martin S.

On Nov 2, 6:59 pm, Martin [email protected] wrote:

rake aborted!
uninitialized constant ActAsAuthenticated

Tried to move include AuthenticatedSystem to ApplicationController,
didn´t help.

Have you done this?
script/generate authenticated user account