diff options
author | Xavier Noria <fxn@hashref.com> | 2016-06-30 17:58:45 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2016-06-30 17:58:45 +0200 |
commit | 11841527fc34a91feb113ffaf9065bd4993b6066 (patch) | |
tree | 379baad993e1cc5250f3a418d2e1edc30292f9fe /guides/source | |
parent | b036b7a8106e4362f909401cc5a26c92887d2852 (diff) | |
download | rails-11841527fc34a91feb113ffaf9065bd4993b6066.tar.gz rails-11841527fc34a91feb113ffaf9065bd4993b6066.tar.bz2 rails-11841527fc34a91feb113ffaf9065bd4993b6066.zip |
fixes config value [ci skip]
Diffstat (limited to 'guides/source')
-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 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 |