I have recently started rails for a new project. I tried to install devise and activeadmin using this guide but the default devise routes seem to be missing. I can go to /users/sign_in to sign in but users/sign_up does not work. Rake routes does not show any routes for registration. What am I doing wrong?