diff options
author | Xavier Noria <fxn@hashref.com> | 2019-05-14 15:15:20 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2019-05-14 15:15:56 +0200 |
commit | 28c5853cb450bcd9e644f7367289264877aead7b (patch) | |
tree | 25513648344984b5ba6b0209cf908a46f899e95e | |
parent | bd0618b1f3c684a7b5294e05e7c9abb0fd5b42d8 (diff) | |
download | rails-28c5853cb450bcd9e644f7367289264877aead7b.tar.gz rails-28c5853cb450bcd9e644f7367289264877aead7b.tar.bz2 rails-28c5853cb450bcd9e644f7367289264877aead7b.zip |
shortens a comment [ci skip]
To avoid word wrap in the rendered guide.
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index 10a9f24c9a..b8a5c39f39 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -188,7 +188,7 @@ In the case of STIs with a hierarchy of more than two levels, you can preload th ```ruby # config/initializers/preload_stis.rb -# By preloading leaves, the entire hierarchy is loaded upwards following +# By preloading leaves, the hierarchy is loaded upwards following # the references to superclasses in the class definitions. sti_leaves = %w( app/models/leaf1.rb |