From c23d829063ace7c8d9632b8522f418e2678cbeae Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Fri, 7 Feb 2025 16:29:58 +0000 Subject: [PATCH] Tidy --- app/controllers/bubbles_controller.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/bubbles_controller.rb b/app/controllers/bubbles_controller.rb index 13da9696a..7d1af509e 100644 --- a/app/controllers/bubbles_controller.rb +++ b/app/controllers/bubbles_controller.rb @@ -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