I\'m using devise
sign_in
and sign_up
urls are working
but,
when I try the url: http://localhost:3000/users/sign_out
it gene
Any of the above suggestions did not work for me....
This post can be more useful to find other alternatives. No route matches "/users/sign_out" devise rails 3
I had to add following lines in the application.js file
//= require_tree .
// Add following lines.
//= require jquery
//= require jquery_ujs