diff options
author | Xavier Noria <fxn@hashref.com> | 2019-07-09 19:55:13 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2019-07-09 19:57:45 +0200 |
commit | 6e40b131d2c7208e116d267e4b40dcf621f8b442 (patch) | |
tree | 62cf9e0698f8f5d52d6d7d6d4697a200c7c92210 | |
parent | 9f210d18a7e8500696fa7701dcc88e778bc29fe2 (diff) | |
download | rails-6e40b131d2c7208e116d267e4b40dcf621f8b442.tar.gz rails-6e40b131d2c7208e116d267e4b40dcf621f8b442.tar.bz2 rails-6e40b131d2c7208e116d267e4b40dcf621f8b442.zip |
updates the guides table of contents [skip ci]
-rw-r--r-- | guides/source/documents.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index 8df1c601a7..cbb65408d6 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -139,9 +139,13 @@ url: initialization.html description: This guide explains the internals of the Rails initialization process. - - name: Autoloading and Reloading Constants + name: Autoloading and Reloading Constants (Zeitwerk Mode) url: autoloading_and_reloading_constants.html - description: This guide documents how autoloading and reloading constants work. + description: This guide documents how autoloading and reloading constants work (Zeitwerk mode). + - + name: Autoloading and Reloading Constants (Classic Mode) + url: autoloading_and_reloading_constants_classic_mode.html + description: This guide documents how autoloading and reloading constants work in (Classic mode). - name: "Caching with Rails: An Overview" url: caching_with_rails.html |