5 lines
169 B
Ruby
5 lines
169 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Explicitly set the JSON adapter used by MultiJson
|
|
# Currently we want this to default to the existing json gem
|
|
MultiJson.use(:json_gem)
|