ash_phoenix/test/support/registry.ex
Zach Daniel 1fe82efd04 chore: add a test trying to reproduce an issue
chore: update locked version of ash
2021-11-10 15:11:22 -05:00

11 lines
246 B
Elixir

defmodule AshPhoenix.Test.Registry do
@moduledoc false
use Ash.Registry
entries do
entry(AshPhoenix.Test.Comment)
entry(AshPhoenix.Test.Post)
entry(AshPhoenix.Test.PostLink)
entry(AshPhoenix.Test.PostWithDefault)
end
end