diff --git a/app/controllers/dashboard_controller.rb b/app/controllers/dashboard_controller.rb index 0f8dcae..685305e 100644 --- a/app/controllers/dashboard_controller.rb +++ b/app/controllers/dashboard_controller.rb @@ -23,7 +23,4 @@ class DashboardController < ApplicationController render :partial => "layouts/dashboard/dashboard_stats" end - def doc - render "../../doc/" + params[:doc] - end end