1
votes

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?

1
What does your routes.rb look like? - janders223
Just devise_for :users ActiveAdmin.routes(self) - Matthew Hui
You ran the active admin devise generator? - janders223

1 Answers

0
votes

For some reason I had to rerun the active admin devise generator