remove unused confirm_ban route
The associated action was removed in e29e9eda49 so this route causes an error in development and a blank page in production.
This commit is contained in:
@@ -34,7 +34,6 @@ Rails.application.routes.draw do
|
|||||||
post :expunge
|
post :expunge
|
||||||
get :confirm_move_favorites
|
get :confirm_move_favorites
|
||||||
post :move_favorites
|
post :move_favorites
|
||||||
get :confirm_ban
|
|
||||||
post :ban
|
post :ban
|
||||||
post :unban
|
post :unban
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user