
ruby on rails
No route matches on user sign out with Rails 7
I've finally upgraded my Rails web application template to Rails 7. The gems I use for authentication is Devise. As I was doing the port, I ran into the issue where I was getting the following error: No route matches [GET] "/users/sign_out" My code