**Description** * As part of #3410, a `PhoneNumberHelper` was created for code reuse. As part of this issue, we want to point `UserValidator` to it as well **Existing gem(s), file(s) needing updating, changing or deleting** * `app/validators/user_validator.rb` - Call `PhoneNumberHelper` instead of `valid_phone_number_contents` **New file(s) needing creating** * N/A
Description
PhoneNumberHelperwas created for code reuse. As part of this issue, we want to pointUserValidatorto it as wellExisting gem(s), file(s) needing updating, changing or deleting
app/validators/user_validator.rb- CallPhoneNumberHelperinstead ofvalid_phone_number_contentsNew file(s) needing creating