Skip to content

Commit

Permalink
Merge pull request binarylogic#304 from ffmike/patch-1
Browse files Browse the repository at this point in the history
Fix trivial and yet annoying typo
  • Loading branch information
binarylogic committed Apr 2, 2012
2 parents 309187b + a5bdcbd commit 28fd9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/authlogic/acts_as_authentic/password.rb
Expand Up @@ -58,7 +58,7 @@ def ignore_blank_passwords(value = nil)
alias_method :ignore_blank_passwords=, :ignore_blank_passwords

# When calling valid_password?("some pass") do you want to check that password against what's in that object or whats in
# the datbase. Take this example:
# the database. Take this example:
#
# u = User.first
# u.password = "new pass"
Expand Down

0 comments on commit 28fd9da

Please sign in to comment.