ash_authentication_phoenix/test/support/accounts.ex

8 lines
147 B
Elixir
Raw Normal View History

2022-10-25 11:23:05 +13:00
defmodule Example.Accounts do
use Ash.Api, otp_app: :ash_authentication_phoenix
resources do
registry Example.Accounts.Registry
end
end