From c130fd7ff8adb18aede4528e173a111db8ea168b Mon Sep 17 00:00:00 2001 From: Jared Cosulich Date: Sat, 2 Mar 2019 15:30:05 -0500 Subject: [PATCH] show all questions --- app/views/questions/_question.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/questions/_question.html.haml b/app/views/questions/_question.html.haml index 688055e7..e673b769 100644 --- a/app/views/questions/_question.html.haml +++ b/app/views/questions/_question.html.haml @@ -1,5 +1,5 @@ - aggregated_responses = question.aggregated_responses_for_school(@school) -- return if aggregated_responses.nil? +-# return if aggregated_responses.nil? - school_question = SchoolQuestion.for(@school, question).first - valid_responses = school_question.nil? ? true : school_question.response_rate > 0.3 # || (aggregated_responses.count.to_f / @school.available_responders_for(question).to_f)) >= 0.3