ash/test/support/flow/registry.ex
2022-09-20 19:44:04 -04:00

9 lines
181 B
Elixir

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