summaryrefslogtreecommitdiff
path: root/app/controllers/sherlock/transactions_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/sherlock/transactions_controller.rb')
-rw-r--r--app/controllers/sherlock/transactions_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/sherlock/transactions_controller.rb b/app/controllers/sherlock/transactions_controller.rb
index cb6c3a7cd98..ae4953c3259 100644
--- a/app/controllers/sherlock/transactions_controller.rb
+++ b/app/controllers/sherlock/transactions_controller.rb
@@ -13,7 +13,7 @@ module Sherlock
def destroy_all
Gitlab::Sherlock.collection.clear
- redirect_to :back, status: 302
+ redirect_to :back, status: :found
end
end
end