In my rails app using Devise, when an unsigned in user visits root they are redirected to /users/sign_in instead of the root path; root path works fine with signed in users. The same thing happens when I click the navbar logo which is a link with the home_path which is root, I am redirected to /users/sign_in just like when visiting root. Here are my routes:In my rails app using Devise, when an unsigned