ash/test/support/policy_rbac/api.ex
2022-07-21 10:19:47 -04:00

8 lines
155 B
Elixir

defmodule Ash.Test.Support.PolicyRbac.Api do
@moduledoc false
use Ash.Api
resources do
registry(Ash.Test.Support.PolicyRbac.Registry)
end
end