I'm using devise and I'm struggling to log out from inside a partial.
<%= link_to "Bye", destroy_user_session_path, :method => :delete %>
That's the code. I have exactly the same code on the homepage and it works.
I get this error:
No route matches [GET] "/users/sign_out"