Make SurveyResponseDataLoader.process_row a private class method

This commit is contained in:
Alex Basson 2021-09-24 11:52:17 -04:00
parent 98e7f3ce57
commit acfc2fde63

View file

@ -50,6 +50,7 @@ class SurveyResponsesDataLoader
end.compact
end
private_class_method :process_row
end
module StringMonkeyPatches