Skip to content

Commit

Permalink
chore: remove unnecessary line in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Aug 12, 2024
1 parent 542179c commit f0c6e86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion documentation/topics/security/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ policies do
end

policy action_type([:create, :update, :destroy]) do
forbid_if
authorize_if expr(owner_id == ^actor(:id))
end
end
Expand Down

0 comments on commit f0c6e86

Please sign in to comment.