about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-03-23 10:15:13 +0100
committerGitHub <noreply@github.com>2023-03-23 10:15:13 +0100
commit867790e07a149b1213936c3ff1fc5815d37e2e94 (patch)
treed165b5ba19e907a8e57b1abf5ab5cf408419e051 /config/routes.rb
parent02ac94490a67659c7cc669ead5b107b724db6e68 (diff)
parentb4f60bc6de4ece3b2ff908d31a0c34ddbbfacf2c (diff)
Merge pull request #2144 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 257babbf6..099933116 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -233,7 +233,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