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