Skip to content
New issue

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

Clarify docs on user setup #6872

Merged
merged 1 commit into from Mar 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/0-installation.md
Expand Up @@ -29,7 +29,7 @@ After installing the gem, you need to run the generator. Here are your options:
rails g active_admin:install --skip-users
```

* If you want to use an existing user class, provide it as an argument:
* If you want to customize the name of the generated user class, or if you want to use an existing user class, provide the class name as an argument:

```sh
rails g active_admin:install User
Expand Down