Commit 37f23ec2 authored by Robert May's avatar Robert May

Ensure frozen_string_literal is set

parent 36bdbead
# frozen_string_literal: true
# Explicitly set the JSON adapter used by MultiJson
# Currently we want this to default to the existing
# json gem
# Currently we want this to default to the existing json gem
MultiJson.use(:json_gem)
# Ensure Oj runs in json-gem compatibility mode by default
# frozen_string_literal: true
# Ensure Oj runs in json-gem compatibility mode by default
Oj.default_options = { mode: :rails }
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