Ash.Dsl.handle_opts
You're seeing just the callback
handle_opts
, go back to Ash.Dsl module for more information.
Specs
Handle options in the context of the module. Must return a quote
block.
If you want to persist anything in the DSL persistence layer,
use @persist {:key, value}
. It can be called multiple times to
persist multiple times.