This commit is contained in:
Nicolas Bally 2020-03-02 00:29:13 +01:00
parent 0d5aeb443e
commit 624a82f017

View File

@ -50,7 +50,7 @@ class Particular < ApplicationRecord
end
def force_validate_tel
if self.validate_tel
if self.validate_tel and self.validate_tel.to_s != ""
true
else
false