aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Homakov <homakov@gmail.com>2012-05-11 15:40:03 +0400
committerEgor Homakov <homakov@gmail.com>2012-05-11 15:40:03 +0400
commitd4f4b858d3c493ea74a1e4ed8ed6566bfa4c7e27 (patch)
tree353451500e82c08a581900cf8e2d9272c1045f4a
parentc9a4e65217cc0711f264410484d23fb8b519b660 (diff)
downloadrails-d4f4b858d3c493ea74a1e4ed8ed6566bfa4c7e27.tar.gz
rails-d4f4b858d3c493ea74a1e4ed8ed6566bfa4c7e27.tar.bz2
rails-d4f4b858d3c493ea74a1e4ed8ed6566bfa4c7e27.zip
Update guides/source/configuring.textile
-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 bed8ce3eb6..b2c9300034 100644
--- a/guides/source/configuring.textile
+++ b/guides/source/configuring.textile
@@ -450,7 +450,7 @@ There are a few configuration options available in Active Support:
* +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+.
+* +config.active_support.use_standard_json_time_format+ enables or disables serializing dates to ISO 8601 format. Defaults to +true+.
* +ActiveSupport::BufferedLogger.silencer+ is set to +false+ to disable the ability to silence logging in a block. The default is +true+.