Dont have to spell this out when there are no other formats

This commit is contained in:
David Heinemeier Hansson
2025-04-06 21:09:49 +02:00
parent 26c123c41c
commit 565ee0f548
@@ -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