Monday, January 10, 2011

undefined method `user_signed_in? with Rails 3.0.3 - Devise

I just started a new rails 3.0.3 application after doing a gem update
(loaded rails 3.0.3 and devise 1.1.5) and I got the same error. This
was following the default devise install instructions.

answer:
for got to add
devise_for :users in routes.rb