Remove references to non-existent actions (#24183)
This commit is contained in:
parent
bdeb6ff180
commit
7bef11630d
4 changed files with 2 additions and 10 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue