Update customers_controller.rb

This commit is contained in:
2016-09-05 19:27:03 -04:00
committed by GitHub
parent dca3735ce1
commit b3acf9f29d

View File

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