mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
"backoffice" -> "back office", "lookup" -> "look up"
"Lookup" is a noun, but not a verb. The verb is "look up". [skip ci]
This commit is contained in:
parent
efbbb30534
commit
c6fcf8102a
1 changed files with 2 additions and 2 deletions
|
@ -404,7 +404,7 @@ the idea is that when a constant like `Post` is hit and missing, if there's a
|
||||||
it, and have `Post` defined as a side-effect.
|
it, and have `Post` defined as a side-effect.
|
||||||
|
|
||||||
Alright, Rails has a collection of directories similar to `$LOAD_PATH` in which
|
Alright, Rails has a collection of directories similar to `$LOAD_PATH` in which
|
||||||
to lookup that `post.rb`. That collection is called `autoload_paths` and by
|
to look up `post.rb`. That collection is called `autoload_paths` and by
|
||||||
default it contains:
|
default it contains:
|
||||||
|
|
||||||
* All subdirectories of `app` in the application and engines. For example,
|
* All subdirectories of `app` in the application and engines. For example,
|
||||||
|
|
Loading…
Reference in a new issue