devise_facebook_connectable icon indicating copy to clipboard operation
devise_facebook_connectable copied to clipboard

facebook_sign_out_link always use the user model?

Open arpunk opened this issue 14 years ago • 2 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

arpunk avatar Jun 21 '10 05:06 arpunk

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.

grimen avatar Jul 13 '10 21:07 grimen

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

jeffreyiacono avatar Aug 04 '10 00:08 jeffreyiacono