Rename Project to Bucket

This commit is contained in:
Jeffrey Hardy
2024-09-24 15:32:44 -04:00
parent e6bb6ad76b
commit 4e579e5a34
50 changed files with 194 additions and 186 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
class CommentsController < ApplicationController
include BubbleScoped, ProjectScoped
include BubbleScoped, BucketScoped
def create
@bubble.comments.create!(comment_params)
redirect_to project_bubble_url(@project, @bubble)
redirect_to bucket_bubble_url(@bucket, @bubble)
end
private