mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix link in autoloading guide [ci skip]
This commit is contained in:
parent
850159bd2c
commit
fe9f8fb56a
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ checked.
|
||||||
|
|
||||||
Rails autoloading **does not emulate this algorithm**, but its starting point is
|
Rails autoloading **does not emulate this algorithm**, but its starting point is
|
||||||
the name of the constant to be autoloaded, and the parent. See more in
|
the name of the constant to be autoloaded, and the parent. See more in
|
||||||
[Qualified References](#qualified-references).
|
[Qualified References](#autoloading-algorithms-qualified-references).
|
||||||
|
|
||||||
|
|
||||||
Vocabulary
|
Vocabulary
|
||||||
|
|
Loading…
Reference in a new issue