Skip to content

Commit

Permalink
Fix incorrect docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Lindsaar committed Dec 19, 2010
1 parent a39a333 commit fa14df0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions activemodel/lib/active_model/secure_password.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ def has_secure_password
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 )
Expand Down

0 comments on commit fa14df0

Please sign in to comment.