Replace "editing" param with creating? state

This commit is contained in:
Kevin McConnell
2025-02-06 14:50:28 +00:00
parent b347d77f4d
commit 321384b573
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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