ash-project / ash

A declarative, extensible framework for building Elixir applications.
https://www.ash-hq.org
MIT License
1.63k stars 216 forks source link

docs: add missing context to different changeset actions #1463

Closed StephanH90 closed 2 months ago

StephanH90 commented 2 months ago

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.

Contributor checklist

zachdaniel commented 2 months ago

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.