This commit is contained in:
Kevin McConnell
2025-02-07 16:29:58 +00:00
parent 39c0a95e1a
commit c23d829063
+1 -2
View File
@@ -11,8 +11,7 @@ class BubblesController < ApplicationController
end
def create
@bubble = @bucket.bubbles.create!
redirect_to bucket_bubble_path(@bubble.bucket, @bubble)
redirect_to @bucket.bubbles.create!
end
def show