ash_authentication_phoenix/test/support/accounts.ex

7 lines
147 B
Elixir

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