Merge branch 'master' of github.com:OWASP/railsgoat into tuts

This commit is contained in:
cktricky
2015-03-20 18:46:51 -04:00
7 changed files with 31 additions and 23 deletions
+4 -1
View File
@@ -22,5 +22,8 @@ class DashboardController < ApplicationController
@user = current_user
render :partial => "layouts/dashboard/dashboard_stats"
end
def doc
render "../../doc/" + params[:doc]
end
end