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