Devise: ActionController::RoutingError (No Route Matches [GET] /users/sign_out)

from blog Steve Klabnik, | ↗ original
Dec 22 2011 Just a quick note about Devise, and its RESTful implications. I ran across this error today, and thought I’d share. I was trying to log out, so I hit the normal route for such things with my browser. Here’s the error: Devise: ActionController::RoutingError (No Route Matches [GET] /users/sign_out) Uhhhhh what? I run rake routes… $ rake routes |...