ash/test/support/flow/registry.ex
Zach Daniel b20c4afd9b improvement: haltable flows, branch step type
fix: fix chart links rendering
2022-10-06 17:04:44 -04:00

9 lines
157 B
Elixir

defmodule Ash.Test.Flow.Registry do
@moduledoc false
use Ash.Registry
entries do
entry(Ash.Test.Flow.User)
entry(Ash.Test.Flow.Org)
end
end