I want all users on my site to have a Guest session by default. I am using Devise. All of my development code works for registered users, but I also have a user account for the Guest user.
All I want to do is automatically register someone as this user, so in my views and elsewhere the call to Devise current_user will not end.
I spent since the end of September trying to find the answer to this question. I can’t even get the answer on the Devise mailing list.
source
share