1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/lib
Yuji Yaginuma 3cc93de6ad Fix custome serializer setting
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.
2018-02-16 14:56:05 +09:00
..
active_job Fix custome serializer setting 2018-02-16 14:56:05 +09:00
rails/generators/job Remove non-default serializers 2018-02-14 13:10:07 -05:00
active_job.rb Introduce serializers to ActiveJob 2018-02-14 13:10:07 -05:00