aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/questions_controller.rb')
-rw-r--r--app/controllers/questions_controller.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/questions_controller.rb b/app/controllers/questions_controller.rb
index ae35065..0e1ba3c 100644
--- a/app/controllers/questions_controller.rb
+++ b/app/controllers/questions_controller.rb
@@ -30,4 +30,7 @@ class QuestionsController < ApplicationController
def approve_questions
hobo_index Question.questions_to_approve
end
+
+ show_action :doc_feedback_chart
+
end