mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-25 17:08:32 +00:00
5 lines
128 B
Ruby
5 lines
128 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Ensure Oj runs in json-gem compatibility mode by default
|
|
Oj.default_options = { mode: :rails }
|