mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
fix: Response rate message on parent view was not showing up
This commit is contained in:
parent
eb6fde5f88
commit
a52ccb609c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
class ParentResponseRatePresenter < ResponseRatePresenter
|
class ParentResponseRatePresenter < ResponseRatePresenter
|
||||||
def initialize(academic_year:, school:)
|
def initialize(academic_year:, school:)
|
||||||
super(academic_year:, school:)
|
super(academic_year:, school:)
|
||||||
@survey_items = SurveyItem.parent_survey_items if focus == :parent
|
@survey_items = SurveyItem.parent_survey_items
|
||||||
end
|
end
|
||||||
|
|
||||||
def actual_count
|
def actual_count
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue