I am using devise plugin in my new Rails App. My issue is devise plugin has default roots for login and signup
/users/sign_in
/users/sign_up
<
As this may still be the n°1 result people get when looking for that question, it might be useful to note that there is now a simple way to do that:
devise_for :users, path: '', path_names: { sign_in: 'login', sign_up: 'signup'}
Reference: https://github.com/heartcombo/devise/wiki/How-To:-Change-the-default-sign_in-and-sign_out-routes