From 565ee0f5486a4e00557a06b5b4ac61bb89a333cc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 6 Apr 2025 21:09:49 +0200 Subject: [PATCH] Dont have to spell this out when there are no other formats --- app/controllers/bubbles/boosts_controller.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/controllers/bubbles/boosts_controller.rb b/app/controllers/bubbles/boosts_controller.rb index 038de5e46..38970c40f 100644 --- a/app/controllers/bubbles/boosts_controller.rb +++ b/app/controllers/bubbles/boosts_controller.rb @@ -8,9 +8,5 @@ class Bubbles::BoostsController < ApplicationController params[:boost_count].to_i end @bubble.boost!(count) - - respond_to do |format| - format.turbo_stream - end end end