From b3acf9f29dd7fe2898fad3b853558d471f72954d Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 5 Sep 2016 19:27:03 -0400 Subject: [PATCH] Update customers_controller.rb --- app/controllers/customers_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/customers_controller.rb b/app/controllers/customers_controller.rb index 5e89d9f..f5b0b14 100644 --- a/app/controllers/customers_controller.rb +++ b/app/controllers/customers_controller.rb @@ -128,7 +128,7 @@ class CustomersController < ApplicationController @time_entry = TimeEntry.new(:issue => @issue, :project => @issue.project) @relation = IssueRelation.new else - render_403 , :status => :unauthorized, :layout =>true + render_403 end end