Welcome to mirror list, hosted at ThFree Co, Russian Federation.

oj.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3fa26259fc68dcbdfedad4480aadc9b7007f87ac (plain)
1
2
3
4
# frozen_string_literal: true

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