chore: update format for enum in question.rb

rpp-main
Nelson Jovel 1 year ago
parent 0c918fa3d3
commit 5686021475

@ -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