Skip to content

Commit

Permalink
fixes link [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jul 10, 2019
1 parent 6e40b13 commit 62068c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/autoloading_and_reloading_constants.md
Expand Up @@ -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:

Expand Down

0 comments on commit 62068c2

Please sign in to comment.