diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-03-20 10:49:38 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-03-20 10:49:38 -0400 |
commit | 2e1365d37bddf787c7089126c1a5ff1c623ab0e2 (patch) | |
tree | b28ebb51e4070bfafea486984ca8e393a378f84c /config | |
parent | c319edf970b238cfc795f54e44de41ddab48ea71 (diff) | |
download | thoughts-2e1365d37bddf787c7089126c1a5ff1c623ab0e2.tar.gz thoughts-2e1365d37bddf787c7089126c1a5ff1c623ab0e2.tar.bz2 thoughts-2e1365d37bddf787c7089126c1a5ff1c623ab0e2.zip |
Added mass pending comment deletion/markspamming
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 42158c9..3fffa35 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
@@ -19,6 +19,7 @@ Rails.application.routes.draw do | |||
19 | resources :comments, only: [:index, :destroy] do | 19 | resources :comments, only: [:index, :destroy] do |
20 | collection do | 20 | collection do |
21 | get 'pending' | 21 | get 'pending' |
22 | post 'mass' | ||
22 | end | 23 | end |
23 | 24 | ||
24 | member do | 25 | member do |