"uninitialized constant Authlogic"
Posted
by RailAddict
on Stack Overflow
See other posts from Stack Overflow
or by RailAddict
Published on 2010-02-24T22:40:41Z
Indexed on
2010/03/12
0:57 UTC
Read the original article
Hit count: 777
Just followed the Authlogic tutorial. I am getting "uninitialized constant Authlogic" when I try run the app. After searching, I can see that it has to do with gems/plugins but I can't find a solution.
Edit:
My UserSession model is:
class UserSession < Authlogic::Session::Base
end
© Stack Overflow or respective owner