Rename Project to Bucket
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user