ash/test/support/flow/registry.ex

10 lines
157 B
Elixir
Raw Normal View History

defmodule Ash.Test.Flow.Registry do
2022-09-21 11:44:04 +12:00
@moduledoc false
use Ash.Registry
entries do
entry(Ash.Test.Flow.User)
entry(Ash.Test.Flow.Org)
2022-09-21 11:44:04 +12:00
end
end