Fix Yajl backend discovery in ActiveSupport::JSON

[#4897 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
This commit is contained in:
Maxime RETY 2010-06-18 12:16:40 +02:00 committed by Jeremy Kemper
parent a7cae64104
commit 2c2a5fe829

@ -1,4 +1,4 @@
require 'yajl-ruby' unless defined?(Yajl)
require 'yajl' unless defined?(Yajl)
module ActiveSupport
module JSON