ash_admin/dev/resources/accounts/registry.ex
Zach Daniel deac48365d fix: a bunch of behavior fixes, getting the demo to snuff with new Ash
improvement: update tons of dependencies
2022-03-17 14:18:01 -04:00

7 lines
108 B
Elixir

defmodule Demo.Accounts.Registry do
use Ash.Registry
entries do
entry Demo.Accounts.User
end
end