Ruby on Rails - devise users/sign_out not working

前端 未结 4 2147
抹茶落季
抹茶落季 2021-02-07 03:26

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

4条回答
  •  耶瑟儿~
    2021-02-07 03:40

    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
    

提交回复
热议问题