RubyMoney / money-rails

Integration of RubyMoney - Money with Rails
MIT License
1.8k stars 387 forks source link

Add ActiveJob serializer for Money objects #661

Closed sunny closed 1 year ago

sunny commented 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)

semmons99 commented 1 year ago

TY