1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update autoloading_and_reloading_constants.md

Fixed a typo
This commit is contained in:
pavlos 2015-12-01 13:24:45 -08:00
parent c403edf9c1
commit 6861a1d944

View file

@ -685,7 +685,7 @@ to trigger the heuristic is defined in the conflicting place.
### Automatic Modules
When a module acts as a namespace, Rails does not require the application to
defines a file for it, a directory matching the namespace is enough.
define a file for it, a directory matching the namespace is enough.
Suppose an application has a back office whose controllers are stored in
`app/controllers/admin`. If the `Admin` module is not yet loaded when