Conflicts:
	Gemfile.lock
This commit is contained in:
Al Snow
2015-02-26 09:13:15 -05:00
5 changed files with 15 additions and 3 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