• Y
    Fix custome serializer setting · 3cc93de6
    Yuji Yaginuma 提交于
    The serializer should be set up in `after_initialize` so that it work
    properly even if the user specifies serializer with initializers.
    
    Also, since `custom_serializers` is `Array`, it needs to be flattened
    before setting the value.
    3cc93de6
configuration_test.rb 57.3 KB