mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-17 05:27:14 +08:00
8 lines
171 B
Ruby
Vendored
8 lines
171 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
Oj::Rails.set_encoder()
|
|
Oj::Rails.set_decoder()
|
|
Oj::Rails.optimize()
|
|
|
|
# Not sure why it's not using this by default!
|
|
MultiJson.engine = :oj
|