mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 23:28:08 +01:00
3 lines
109 B
Ruby
3 lines
109 B
Ruby
# frozen_string_literal: true
|
|
|
|
Oj.default_options = { mode: :compat, time_format: :ruby, use_to_json: true }
|