Generic actions now support validations, preparations, and before/after action hooks!
Zach Daniel (@zachdaniel.dev)
Generic actions in @ash-hq.org now support validations, preparations, and before/after action hooks!
Same great patterns you get with other action types, but for custom business logic. Generic actions are great for arbitrary logic, but now you get composability too 😎
#ElixirLang #AshFramework
Bluesky
1 Reply
Ah, I wrote a generic action that needed some validation yesterday, and was surprised to not find anything 😄