From eac6304ef2929cd67a3d93e149d31c9c2a62b3a7 Mon Sep 17 00:00:00 2001 From: yystopf Date: Sat, 13 Jan 2024 10:29:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=EF=BC=9A=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index 5175c4061..2834aa8db 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -74,6 +74,9 @@ Rails.application.routes.draw do post :confirm_delete post :plus get :show_simple + end + + collection do get :batch_show_simple end end