ash_authentication_phoenix/test/support/accounts.ex

8 lines
166 B
Elixir

defmodule Example.Accounts do
@moduledoc false
use Ash.Api, otp_app: :ash_authentication_phoenix
resources do
registry Example.Accounts.Registry
end
end