mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-06 05:04:35 +08:00
Fix 2 lines that were too long
This commit is contained in:
parent
c92d016f65
commit
512efd3812
2 changed files with 4 additions and 2 deletions
|
@ -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: {
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue