Module: ActiveModel::Validations::HelperMethods
- Defined in:
- lib/rails_email_checker/helper_methods.rb
Instance Method Summary collapse
Instance Method Details
#validates_email(*attrs) ⇒ Object
6 7 8 |
# File 'lib/rails_email_checker/helper_methods.rb', line 6 def validates_email(*attrs) validates_with EmailValidator, _merge_attributes(attrs) end |