We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Just after I installed and configured this module I got a problem.
In my header I have this conditional
<% if current_or_guest_user.guest == false %> show header for logged in users <% else %> show header for guest users (logged out users) <% end %>
Well it worked normally before I installed this gem.
Now after I try to log in through facebook I get this error
undefined method `_logging_in_user_callbacks'
Im trying to debug the issue but still no change, any idea?
The text was updated successfully, but these errors were encountered:
Did anyone ever find a workaround or solution to this? I'm having the same issue.
Sorry, something went wrong.
This seemed to fix the problem. Hopefully pull request will get merged. https://github.com/davidkus/devise-guests
Closing as duplicate of #17
No branches or pull requests
Hi, Just after I installed and configured this module I got a problem.
In my header I have this conditional
<% if current_or_guest_user.guest == false %>
show header for logged in users
<% else %>
show header for guest users (logged out users)
<% end %>
Well it worked normally before I installed this gem.
Now after I try to log in through facebook I get this error
undefined method `_logging_in_user_callbacks'
Im trying to debug the issue but still no change, any idea?
The text was updated successfully, but these errors were encountered: