diff --git a/app/controllers/bubbles_controller.rb b/app/controllers/bubbles_controller.rb index 8d9d51e66..286a8818a 100644 --- a/app/controllers/bubbles_controller.rb +++ b/app/controllers/bubbles_controller.rb @@ -12,7 +12,7 @@ class BubblesController < ApplicationController def create @bubble = @bucket.bubbles.create! - redirect_to bucket_bubble_path(@bubble.bucket, @bubble, editing: true) + redirect_to bucket_bubble_path(@bubble.bucket, @bubble) end def show diff --git a/app/views/bubbles/_bubble.html.erb b/app/views/bubbles/_bubble.html.erb index 839db07a5..521197134 100644 --- a/app/views/bubbles/_bubble.html.erb +++ b/app/views/bubbles/_bubble.html.erb @@ -8,7 +8,7 @@