Skip to content

Commit

Permalink
Fix Yajl backend discovery in ActiveSupport::JSON
Browse files Browse the repository at this point in the history
[#4897 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
  • Loading branch information
Maxime RETY authored and jeremy committed Jun 19, 2010
1 parent a7cae64 commit 2c2a5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/json/backends/yajl.rb
@@ -1,4 +1,4 @@
require 'yajl-ruby' unless defined?(Yajl)
require 'yajl' unless defined?(Yajl)

module ActiveSupport
module JSON
Expand Down

0 comments on commit 2c2a5fe

Please sign in to comment.