Module: ActiveModel::Validations::ColdShoulderValidator::HelperMethods

Defined in:
lib/validator.rb

Instance Method Summary collapse

Instance Method Details

#validates_with_cold_shouldr(*attr_names) ⇒ Object



113
114
115
# File 'lib/validator.rb', line 113

def validates_with_cold_shouldr(*attr_names)
  validates_with ColdShoulderValidator, _merge_attributes(attr_names)
end