ash/test/support/flow/registry.ex

10 lines
181 B
Elixir
Raw Normal View History

2022-09-21 11:44:04 +12:00
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