aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorsoartec-lab <info@soartec-lab.work>2019-04-08 23:52:42 +0900
committersoartec-lab <info@soartec-lab.work>2019-04-09 00:05:54 +0900
commit1c37f6ba632f9c01fcfca8357d86b3ef62f0432b (patch)
treee3d5884790128a71822d857016f73043d8aefb25 /guides
parentdbd3ce616076fc5688cea67e124676ee504bcb1b (diff)
downloadrails-1c37f6ba632f9c01fcfca8357d86b3ef62f0432b.tar.gz
rails-1c37f6ba632f9c01fcfca8357d86b3ef62f0432b.tar.bz2
rails-1c37f6ba632f9c01fcfca8357d86b3ef62f0432b.zip
Update configuration of `app` directory and use oxford comma [skip ci]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/engines.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md
index 0b17137270..5afedaadab 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -217,8 +217,8 @@ important parts about namespacing, and is discussed later in the
#### `app` Directory
Inside the `app` directory are the standard `assets`, `controllers`, `helpers`,
-`mailers`, `models` and `views` directories that you should be familiar with
-from an application. The `helpers`, `mailers` and `models` directories are
+`jobs`, `mailers`, `models`, and `views` directories that you should be familiar with
+from an application. The `helpers`, `mailers`, and `models` directories are
empty, so they aren't described in this section. We'll look more into models in
a future section, when we're writing the engine.