lib/active_support/json.rb in activesupport-2.1.2 vs lib/active_support/json.rb in activesupport-2.2.2
- old
+ new
@@ -1,6 +1,6 @@
module ActiveSupport
- # If true, use ISO 8601 format for dates and times. Otherwise, fall back to the Active Support legacy format.
+ # If true, use ISO 8601 format for dates and times. Otherwise, fall back to the Active Support legacy format.
mattr_accessor :use_standard_json_time_format
class << self
def escape_html_entities_in_json
@escape_html_entities_in_json