ash_phoenix/test/support/api.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

8 lines
131 B
Elixir

defmodule AshPhoenix.Test.Api do
@moduledoc false
use Ash.Api
resources do
registry(AshPhoenix.Test.Registry)
end
end