The current Action Lifecycle description is incorrect for a bunch of actions on the Changeset. This adds the missing context argument that many of these functions expect.
i think you're confusing the built in 'after_action' and 'before_action' changes with the functions defined in 'Ash.Changeset'. these do not take an additional context argument.
The current Action Lifecycle description is incorrect for a bunch of actions on the
Changeset
. This adds the missingcontext
argument that many of these functions expect.Contributor checklist