# ash_paper_plane v0.1.0 - Table of Contents

> AshPaperTrail extension that lifts action context onto a version's metadata and enqueues an Oban job when the version is created.

## Pages

- [AshPaperPlane](readme.md)
- [Changelog](changelog.md)

## Modules

- [AshPaperPlane](AshPaperPlane.md): Extension to AshPaperTrail that augments the version resource it generates. It
does two independent things, and a resource asks for either or both.
- [AshPaperPlane.EnqueueObanJob](AshPaperPlane.EnqueueObanJob.md): Ash change that enqueues an Oban job for the record the action created.
- [AshPaperPlane.SetVersionMetadata](AshPaperPlane.SetVersionMetadata.md): Ash change that writes a version's metadata from the action's shared context.
- [AshPaperPlane.VersionMixin](AshPaperPlane.VersionMixin.md): Mixin for AshPaperTrail version resources, added through the `paper_trail`
block's `mixin` option.

