ash/test/support/policy_field/api.ex
Zach Daniel 0b6d93c7c4 feat: add field_policies
see included documentation for more information on how field policies
work.
2023-06-22 14:00:11 -04:00

8 lines
134 B
Elixir

defmodule Ash.Test.Support.PolicyField.Api do
@moduledoc false
use Ash.Api
resources do
allow_unregistered? true
end
end