Policies requiring actors, vs changes requiring actors?
Say I have code like:
The policy seems a bit redundant with
But I wonder if it's worth defining anyway? I haven't explored the JSON API generation much, maybe it changes the error return?
(I do see that the policy itself is insufficient, since it would authorize non-user actors)
The policy seems a bit redundant with
allow_nil?: false on the change.But I wonder if it's worth defining anyway? I haven't explored the JSON API generation much, maybe it changes the error return?
(I do see that the policy itself is insufficient, since it would authorize non-user actors)

Ash