ash v0.10.0 Ash.Dsl.Update View Source

Link to this section Summary

Functions

Declares a update action. For calling this action, see the Ash.Api documentation.

Link to this section Functions

Link to this macro

update(name, opts \\ [])

View Source (macro)

Declares a update action. For calling this action, see the Ash.Api documentation.

Examples

update :flag_for_review, primary?: true

Arguments

  • :name - The name of the action

Options

  • :primary? - Whether or not this action should be used when no action is specified by the caller. The default value is false.