diff options
author | rmacklin <1863540+rmacklin@users.noreply.github.com> | 2019-03-04 19:01:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-04 19:01:32 -0800 |
commit | d29b8fbb081c0cbd39a7c9eeeb5477011dd992a2 (patch) | |
tree | 1ea2014b710d94d7f728b9d7864a5cc35b81e095 /guides | |
parent | 275641924e2d4a9ac7994d43d318565f1e6dcf04 (diff) | |
download | rails-d29b8fbb081c0cbd39a7c9eeeb5477011dd992a2.tar.gz rails-d29b8fbb081c0cbd39a7c9eeeb5477011dd992a2.tar.bz2 rails-d29b8fbb081c0cbd39a7c9eeeb5477011dd992a2.zip |
Fix guide to use correct number of files created by controller generator
In e8546aba904fb6685ef2e61f1623c64e699a2c9c, 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".
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 7ee0d8c916..de72f72e01 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -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 | | -------------------------------------------- | ---------------------------------------- | |