Betterment / journaled

A Rails engine to reliably deliver loosely-ordered schematized events to Amazon Kinesis via Delayed::Job
MIT License
13 stars 9 forks source link

Add `:enqueue_with` opt to `Journaled::AuditLog`, and fix README #27

Closed smudge closed 2 years ago

smudge commented 2 years ago

Summary

This does 2 things:

  1. Add an :enqueue_with option to has_audit_log, to mirror the same option in other journaled features.
  2. Fixes the README -- I inadvertently didn't include this commit in the 5.1.0 release, so this can go out in 5.1.1 🤦

/domain @Betterment/journaled-owners /no-platform