class ActiveLdap::Schema::Syntaxes::TelephoneNumber
Private Instance Methods
Source
# File lib/active_ldap/schema/syntaxes.rb, line 440 def validate_normalized_value(value, original_value) return nil if value.blank? super end
Calls superclass method
ActiveLdap::Schema::Syntaxes::PrintableString#validate_normalized_value