mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Disprefer JSONGem decoder since it only decodes JSON objects
This commit is contained in:
@@ -7,7 +7,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
|
||||
|
||||
Reference in New Issue
Block a user