From beaa8fa30c4147e3c4a306a6ca21674b7c181920 Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Fri, 7 Feb 2025 16:31:54 +0000 Subject: [PATCH] Formatting --- app/controllers/bubbles_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/bubbles_controller.rb b/app/controllers/bubbles_controller.rb index 7d1af509e..226980d23 100644 --- a/app/controllers/bubbles_controller.rb +++ b/app/controllers/bubbles_controller.rb @@ -22,7 +22,6 @@ class BubblesController < ApplicationController def destroy @bubble.destroy! - redirect_to bubbles_path(bucket_ids: [ @bubble.bucket ]), notice: deleted_notice end