Failed user registration redirects to /users which isn't a valid get url · Issue #4573 · heartcombo/devise
After clicking Sign up, the url changes to /users because we post to /resource. If failed, we do respond_with resource without redirecting. If refreshed, No route matches [GET] "/users" appears. Co...