diff --git a/app/controllers/my_module_comments_controller.rb b/app/controllers/my_module_comments_controller.rb index 7a06195c3..a5c8303b6 100644 --- a/app/controllers/my_module_comments_controller.rb +++ b/app/controllers/my_module_comments_controller.rb @@ -80,7 +80,8 @@ class MyModuleCommentsController < ApplicationController end def edit - @update_url = my_module_my_module_comment_path(@my_module, @comment, format: :json) + @update_url = + my_module_my_module_comment_path(@my_module, @comment, format: :json) respond_to do |format| format.json do render json: { diff --git a/app/controllers/project_comments_controller.rb b/app/controllers/project_comments_controller.rb index 8e2f5ce74..86309229d 100644 --- a/app/controllers/project_comments_controller.rb +++ b/app/controllers/project_comments_controller.rb @@ -79,7 +79,8 @@ class ProjectCommentsController < ApplicationController end def edit - @update_url = project_project_comment_path(@project, @comment, format: :json) + @update_url = + project_project_comment_path(@project, @comment, format: :json) respond_to do |format| format.json do render json: {