0
0
Fork 0

Remove references to non-existent actions (#24183)

This commit is contained in:
Matt Jankowski 2023-03-20 15:03:44 -04:00 committed by GitHub
parent bdeb6ff180
commit 7bef11630d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 10 deletions

View file

@ -2,7 +2,7 @@
module Admin
class DomainBlocksController < BaseController
before_action :set_domain_block, only: [:show, :destroy, :edit, :update]
before_action :set_domain_block, only: [:destroy, :edit, :update]
def batch
authorize :domain_block, :create?