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