4 lines
93 B
Ruby
4 lines
93 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Explicitly configure Oj to mimic JSON.
|
|
Oj::Rails.mimic_JSON
|