lib/active_support/json/decoding.rb in activesupport-2.3.6.pre vs lib/active_support/json/decoding.rb in activesupport-2.3.6

- old
+ new

@@ -4,10 +4,10 @@ # Look for and parse json strings that look like ISO 8601 times. mattr_accessor :parse_json_times module JSON # Listed in order of preference. - DECODERS = %w(Yajl JSONGem Yaml) + DECODERS = %w(Yajl Yaml) class << self attr_reader :parse_error delegate :decode, :to => :backend