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

@ -229,7 +229,7 @@ Rails.application.routes.draw do
get '/dashboard', to: 'dashboard#index'
resources :domain_allows, only: [:new, :create, :show, :destroy]
resources :domain_blocks, only: [:new, :create, :show, :destroy, :update, :edit] do
resources :domain_blocks, only: [:new, :create, :destroy, :update, :edit] do
collection do
post :batch
end