ash_authentication_phoenix/test/support/accounts.ex

9 lines
166 B
Elixir
Raw Normal View History

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