removing render vuln since we are no longer vulnerable to it

This commit is contained in:
cktricky
2016-03-10 09:46:12 -05:00
parent 5f8c905c23
commit 55ceb1ad59
-3
View File
@@ -23,7 +23,4 @@ class DashboardController < ApplicationController
render :partial => "layouts/dashboard/dashboard_stats"
end
def doc
render "../../doc/" + params[:doc]
end
end