aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activemodel/lib/active_model/secure_password.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/activemodel/lib/active_model/secure_password.rb b/activemodel/lib/active_model/secure_password.rb
index 06af18dfd1..c5f32fa3fa 100644
--- a/activemodel/lib/active_model/secure_password.rb
+++ b/activemodel/lib/active_model/secure_password.rb
@@ -42,9 +42,7 @@ module ActiveModel
end
# Allows you to specify the set of weak passwords that will be validated against
- # if you specify has_secure_password in your model.
- #
- # The default set of weak passwords are:
+ # if you specify has_secure_password in your model:
#
# class User < ActiveRecord::Base
# weak_passwords = %w( password qwerty 123456 mypass )