We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upon creation, the CLI prompts before for Devise with the following:
Do you want to use Devise for authentication? (required for ActiveAdmin):
Then, after asking wether a user model for devise should be created it asks for ActiveAdmin:
Do you want to use ActiveAdmin?:
I think it should ask about ActiveAdmin first, and then only ask about Devise if AA is not included.
It was my understanding that Potassium already tries to do this. Is there a reason for this case being different?
The text was updated successfully, but these errors were encountered:
rjherrera
No branches or pull requests
Upon creation, the CLI prompts before for Devise with the following:
Then, after asking wether a user model for devise should be created it asks for ActiveAdmin:
I think it should ask about ActiveAdmin first, and then only ask about Devise if AA is not included.
It was my understanding that Potassium already tries to do this. Is there a reason for this case being different?
The text was updated successfully, but these errors were encountered: