Skip to content

Commit 3f0a25a

Browse files
authored
Merge pull request rails#35897 from soartec-lab/update_guide_engine
Update configuration of `app` directory and use oxford comma [skip ci]
2 parents 652ce83 + 1c37f6b commit 3f0a25a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/engines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ important parts about namespacing, and is discussed later in the
217217
#### `app` Directory
218218
219219
Inside the `app` directory are the standard `assets`, `controllers`, `helpers`,
220-
`mailers`, `models` and `views` directories that you should be familiar with
221-
from an application. The `helpers`, `mailers` and `models` directories are
220+
`jobs`, `mailers`, `models`, and `views` directories that you should be familiar with
221+
from an application. The `helpers`, `mailers`, and `models` directories are
222222
empty, so they aren't described in this section. We'll look more into models in
223223
a future section, when we're writing the engine.
224224

0 commit comments

Comments
 (0)