2
0

Fix wrong policy authorization in admin controllers (#35588)

This commit is contained in:
Matt Jankowski
2025-07-30 09:17:53 -04:00
committed by GitHub
parent 3146109b08
commit 139025fce0
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ module Admin
end
def edit
authorize :domain_block, :create?
authorize :domain_block, :update?
end
def create