Update configuration of `app` directory and use oxford comma [skip ci]

This commit is contained in:
soartec-lab 2019-04-08 23:52:42 +09:00
parent dbd3ce6160
commit 1c37f6ba63
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.