gitlab-org--gitlab-foss/config/initializers_before_autoloader/oj.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
128 B
Ruby
Raw Normal View History

# frozen_string_literal: true
# Ensure Oj runs in json-gem compatibility mode by default
Oj.default_options = { mode: :rails }