aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorEgor Homakov <homakov@gmail.com>2012-05-11 14:48:02 +0400
committerEgor Homakov <homakov@gmail.com>2012-05-11 14:48:02 +0400
commitc9a4e65217cc0711f264410484d23fb8b519b660 (patch)
tree95c08995fbd7e10db29e841ff9efbe3802df2121 /guides
parent1065ef8fd3ad499feec01b39292ee435c1f71c13 (diff)
downloadrails-c9a4e65217cc0711f264410484d23fb8b519b660.tar.gz
rails-c9a4e65217cc0711f264410484d23fb8b519b660.tar.bz2
rails-c9a4e65217cc0711f264410484d23fb8b519b660.zip
Update guides/source/configuring.textile
Diffstat (limited to 'guides')
-rw-r--r--guides/source/configuring.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.textile b/guides/source/configuring.textile
index c4e54348d4..bed8ce3eb6 100644
--- a/guides/source/configuring.textile
+++ b/guides/source/configuring.textile
@@ -448,7 +448,7 @@ There are a few configuration options available in Active Support:
* +config.active_support.bare+ enables or disables the loading of +active_support/all+ when booting Rails. Defaults to +nil+, which means +active_support/all+ is loaded.
-* +config.active_support.escape_html_entities_in_json+ enables or disables the escaping of HTML entities in JSON serialization. Defaults to +true+.
+* +config.active_support.escape_html_entities_in_json+ enables or disables the escaping of HTML entities in JSON serialization. Defaults to +false+.
* +config.active_support.use_standard_json_time_format+ enables or disables serializing dates to ISO 8601 format. Defaults to +false+.