lib/active_model/validations/confirmation.rb in activemodel-7.0.8.6 vs lib/active_model/validations/confirmation.rb in activemodel-7.1.0.beta1
- old
+ new
@@ -62,10 +62,10 @@
# the confirmation attribute:
#
# validates_presence_of :password_confirmation, if: :password_changed?
#
# Configuration options:
- # * <tt>:message</tt> - A custom error message (default is: "doesn't match
+ # * <tt>:message</tt> - A custom error message (default is: "doesn’t match
# <tt>%{translated_attribute_name}</tt>").
# * <tt>:case_sensitive</tt> - Looks for an exact match. Ignored by
# non-text columns (+true+ by default).
#
# There is also a list of default options supported by every validator: