Fix 2 lines that were too long

This commit is contained in:
Luka Murn 2016-08-25 09:39:14 +02:00
parent c92d016f65
commit 512efd3812
2 changed files with 4 additions and 2 deletions

View file

@ -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: {

View file

@ -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: {