"uninitialized constant Authlogic"
- by RailAddict
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