Skip to content

Commit

Permalink
Disprefer JSONGem decoder since it only decodes JSON objects
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Mar 9, 2010
1 parent 5a806f6 commit abb8fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/json/decoding.rb
Expand Up @@ -6,7 +6,7 @@ module ActiveSupport

module JSON
# Listed in order of preference.
DECODERS = %w(Yajl JSONGem Yaml)
DECODERS = %w(Yajl Yaml)

class << self
attr_reader :parse_error
Expand Down

0 comments on commit abb8fbd

Please sign in to comment.