Closed vonagam closed 2 days ago
Since Ash 4 changed order of execution for before hooks there is no more append? option - it was replaced with prepend?. But built-in helpers (before_action and before_transaction) and some other places are still referencing and specifying append?.
append?
prepend?
before_action
before_transaction
🚀 Thank you for your contribution! 🚀
Since Ash 4 changed order of execution for before hooks there is no more
append?
option - it was replaced withprepend?
. But built-in helpers (before_action
andbefore_transaction
) and some other places are still referencing and specifyingappend?
.