We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 757f489 + 781faa1 commit 5b45a58Copy full SHA for 5b45a58
guides/source/generators.md
@@ -476,8 +476,8 @@ end
476
```
477
478
First, the template asks the user whether they would like to install Devise.
479
-If the user replies "yes" (or "y"), the template adds Devise to the `Gemfile`
480
-asks the user for the name of the Devise user model (defaulting to `User`).
+If the user replies "yes" (or "y"), the template adds Devise to the `Gemfile`,
+and asks the user for the name of the Devise user model (defaulting to `User`).
481
Later, after `bundle install` has been run, the template will run the Devise
482
generators and `rails db:migrate` if a Devise model was specified. Finally, the
483
template will `git add` and `git commit` the entire app directory.
0 commit comments