grimen / devise_facebook_connectable

Devise << Facebook Connect. IMPORTANT: Not maintained anymore.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

facebook_sign_out_link always use the user model?

arpunk opened this issue · comments

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

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.

I'm having this issue as well - was there a fix for this? thanks!