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
Im trying to integrate devise_facebook_connect into my site, however my users model is named Usuario. Im using the following helper tag:
<%= facebook_sign_out_link :usuario %>
Which throws:
undefined method `destroy_user_session_path' for #ActionView::Base:0x9722a00
I think the offending line is view_helpers.rb:98
The text was updated successfully, but these errors were encountered:
OK, yea it looks problematic. If you send me a pull-request if u fix it I will pull it in, but right now I'm not maintaining this project.
Sorry, something went wrong.
I'm having this issue as well - was there a fix for this? thanks!
No branches or pull requests
Im trying to integrate devise_facebook_connect into my site, however my users model is named Usuario. Im using the following helper tag:
<%= facebook_sign_out_link :usuario %>
Which throws:
undefined method `destroy_user_session_path' for #ActionView::Base:0x9722a00
I think the offending line is view_helpers.rb:98
The text was updated successfully, but these errors were encountered: