Merge pull request #35897 from soartec-lab/update_guide_engine

Update configuration of `app` directory and use oxford comma [skip ci]
This commit is contained in:
Rafael França 2019-04-08 11:20:18 -04:00 committed by GitHub
commit 3f0a25ad83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.