Commit 67e8efb3 authored by Robert May's avatar Robert May

Default multi_json to Oj

Changes the default JSON processor for multi_json to Oj. This
mostly applies to external gems that use multi_json.

Changelog: changed
parent 57f989e2
......@@ -2,4 +2,4 @@
# Explicitly set the JSON adapter used by MultiJson
# Currently we want this to default to the existing json gem
MultiJson.use(:json_gem)
MultiJson.use(:oj)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment