Module: ActiveModel::Validations::HelperMethods

Defined in:
lib/validates_phone_format_of.rb

Instance Method Summary collapse

Instance Method Details

#validates_phone_format_of(*attr_names) ⇒ Object



16
17
18
# File 'lib/validates_phone_format_of.rb', line 16

def validates_phone_format_of(*attr_names)
  validates_with PhoneFormatValidator, _merge_attributes(attr_names)
end