Update blueprinter.rb

This commit is contained in:
Justin Edmund 2022-12-21 03:31:24 -08:00
parent a1ff18092d
commit c102d68dd7

View file

@ -4,5 +4,5 @@ require 'oj' # you can skip this if OJ has already been required.
Blueprinter.configure do |config|
config.generator = Oj # default is JSON
# config.sort_fields_by = :definition
config.sort_fields_by = :definition
end