mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fixes link [skip ci]
This commit is contained in:
parent
6e40b131d2
commit
62068c2e19
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ After reading this guide, you will know:
|
|||
Introduction
|
||||
------------
|
||||
|
||||
INFO. This guide documents autoloading in `zeitwerk` mode, which is new in Rails 6. If you'd like to read about `classic` mode instead, please check [Autoloading and Reloading Constants (Classic Mode)][autoloading_and_reloading_constants_classic_mode.html].
|
||||
INFO. This guide documents autoloading in `zeitwerk` mode, which is new in Rails 6. If you'd like to read about `classic` mode instead, please check [Autoloading and Reloading Constants (Classic Mode)](autoloading_and_reloading_constants_classic_mode.html).
|
||||
|
||||
In a normal Ruby program, dependencies need to be loaded by hand. For example, the following controller uses classes `ApplicationController` and `Post`, and normally you'd need to put `require` calls for them:
|
||||
|
||||
|
|
Loading…
Reference in a new issue