mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Autoformat code with rubocop
This commit is contained in:
parent
68dde8a6ef
commit
ed7a3b8a3d
43 changed files with 112 additions and 114 deletions
|
|
@ -1,6 +1,6 @@
|
|||
class StudentSurveyPresenter < DataItemPresenter
|
||||
def initialize(measure_id:, survey_items:, has_sufficient_data:)
|
||||
super(measure_id: measure_id, has_sufficient_data: has_sufficient_data)
|
||||
super(measure_id:, has_sufficient_data:)
|
||||
@survey_items = survey_items
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue