Closed sunny closed 1 year ago
This change adds a serializer so that ActiveJob can enqueue jobs with Money arguments out of the box.
I’ve been using the same serializer in a production app for a while, and think this would help users not have to create their own serializer.
See also: Documentation for Active Job serializers.
(Follow-up to #658)
TY
This change adds a serializer so that ActiveJob can enqueue jobs with Money arguments out of the box.
I’ve been using the same serializer in a production app for a while, and think this would help users not have to create their own serializer.
See also: Documentation for Active Job serializers.
(Follow-up to #658)