Authlogic: getting undefined `password 'method for # <User:
I can't get the User model in Authlogic to understand the "password" method even with the "act_as_authentic" model added. This issue has also been reported on Authlogic beacon, but no one has described how they fixed it:
The users table exists with all required fields, and the controllers and everything else definitely follow the writing guide.
Does anyone know what could be wrong?
(Oh, I'm running Rails 2.3.3, Authlogic 2.1.1)
+2
source to share
4 answers