Update customers_controller.rb

This commit is contained in:
2016-09-05 19:25:32 -04:00
committed by GitHub
parent c7a5c1147f
commit dca3735ce1

View File

@@ -128,7 +128,7 @@ class CustomersController < ApplicationController
@time_entry = TimeEntry.new(:issue => @issue, :project => @issue.project)
@relation = IssueRelation.new
else
render :file => "public/401.html.erb", :status => :unauthorized, :layout =>true
render_403 , :status => :unauthorized, :layout =>true
end
end