aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-06-30 17:58:45 +0200
committerXavier Noria <fxn@hashref.com>2016-06-30 17:58:45 +0200
commit11841527fc34a91feb113ffaf9065bd4993b6066 (patch)
tree379baad993e1cc5250f3a418d2e1edc30292f9fe /guides/source/upgrading_ruby_on_rails.md
parentb036b7a8106e4362f909401cc5a26c92887d2852 (diff)
downloadrails-11841527fc34a91feb113ffaf9065bd4993b6066.tar.gz
rails-11841527fc34a91feb113ffaf9065bd4993b6066.tar.bz2
rails-11841527fc34a91feb113ffaf9065bd4993b6066.zip
fixes config value [ci skip]
Diffstat (limited to 'guides/source/upgrading_ruby_on_rails.md')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md2
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 96566087b5..28ce3bfaa9 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -160,7 +160,7 @@ will have been eager loaded while booting.
For the vast majority of applications this change needs no action. But in the
very rare event that your application needs autoloading while running in
production mode, set `Rails.application.config.enable_dependency_loading` to
-false.
+true.
### XML Serialization