ash_authentication_phoenix/test/support/accounts.ex

10 lines
201 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
use Ash.Domain, otp_app: :ash_authentication_phoenix
2022-10-25 11:23:05 +13:00
resources do
resource Example.Accounts.User
resource Example.Accounts.Token
2022-10-25 11:23:05 +13:00
end
end