ash_admin/test/support/registry.ex

9 lines
128 B
Elixir
Raw Normal View History

2022-05-26 04:17:52 +12:00
defmodule AshAdmin.Test.Registry do
2022-05-26 04:18:54 +12:00
@moduledoc false
2022-05-26 04:17:52 +12:00
use Ash.Registry
entries do
entry(AshAdmin.Test.Post)
end
end