Skip to content

Commit

Permalink
Fix guide to use correct number of files created by controller generator
Browse files Browse the repository at this point in the history
In e8546ab, the Getting Started guide
was updated to reflect the removal of CoffeeScript stubs being generated
by the controller generator. However, the comment above the table of
generated files wasn't updated, so it incorrectly remained "This creates
five files and one empty directory". This fixes it to now say "This
creates four files and one empty directory".
  • Loading branch information
rmacklin committed Mar 5, 2019
1 parent 2756419 commit d29b8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/getting_started.md
Expand Up @@ -1652,7 +1652,7 @@ controller. Again, we'll use the same generator we used before:
$ rails generate controller Comments
```

This creates five files and one empty directory:
This creates four files and one empty directory:

| File/Directory | Purpose |
| -------------------------------------------- | ---------------------------------------- |
Expand Down

0 comments on commit d29b8fb

Please sign in to comment.