mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: update format for enum in question.rb
This commit is contained in:
parent
8946971cd3
commit
e62d909896
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ module Legacy
|
|||
enum target_group: %i[unknown for_students for_teachers for_parents]
|
||||
|
||||
def source
|
||||
target_group.gsub('for_', '')
|
||||
target_group.gsub("for_", "")
|
||||
end
|
||||
|
||||
def options
|
||||
|
|
@ -69,7 +69,7 @@ module Legacy
|
|||
end
|
||||
|
||||
def normalized_text
|
||||
text.gsub('[science/math/English/social studies]', '')
|
||||
text.gsub("[science/math/English/social studies]", "")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue