FEATURE: delete all accounts from this IP in the IP lookup modal

This commit is contained in:
Régis Hanol
2014-11-20 19:59:20 +01:00
parent 5f4e4de02a
commit b8d806ee07
7 changed files with 67 additions and 20 deletions

View File

@ -52,6 +52,7 @@ Discourse::Application.routes.draw do
collection do
get "list/:query" => "users#index"
get "ip-info" => "users#ip_info"
delete "delete-others-with-same-ip" => "users#delete_other_accounts_with_same_ip"
put "approve-bulk" => "users#approve_bulk"
delete "reject-bulk" => "users#reject_bulk"
end