don't null out likert value zscores

pull/1/head
Jared Cosulich 6 years ago
parent 712ad1206b
commit e57fa8f9de

@ -53,6 +53,8 @@ class SchoolCategory < ApplicationRecord
end end
def chained_aggregated_responses def chained_aggregated_responses
return {} if nonlikert.present?
_aggregated_responses = aggregated_responses _aggregated_responses = aggregated_responses
child_school_categories = [] child_school_categories = []

Loading…
Cancel
Save