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