X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8682b58154b0d42cb0dcc9f85efa806bea68210c..ba53dc7b04b4f081f748f2c506b25a3a6563f63d:/app/controllers/user_blocks_controller.rb?ds=sidebyside diff --git a/app/controllers/user_blocks_controller.rb b/app/controllers/user_blocks_controller.rb index 885318cbe..bf61f906b 100644 --- a/app/controllers/user_blocks_controller.rb +++ b/app/controllers/user_blocks_controller.rb @@ -89,6 +89,12 @@ class UserBlocksController < ApplicationController end end + ## + # revokes all active blocks + def revoke_all + # TODO revoke + end + ## # shows a list of all the blocks on the given user def blocks_on