chore: update format for enum in question.rb

main-eol
Nelson Jovel 1 year ago
parent 8946971cd3
commit e62d909896

@ -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…
Cancel
Save