Skip to content

Commit

Permalink
more clear documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jjb authored and binarylogic committed Jan 19, 2010
1 parent bb485d7 commit b1b89dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/authlogic/acts_as_authentic/password.rb
Expand Up @@ -64,8 +64,8 @@ def ignore_blank_passwords(value = nil)
# u.password = "new pass"
# u.valid_password?("old pass")
#
# Should the last line above return true or false? The record hasn't been saved yet, so most would assume yes.
# Other would assume no. So I let you decide by giving you this option.
# Should the last line above return true or false? The record hasn't been saved yet, so most would assume true.
# Other would assume false. So I let you decide by giving you this option.
#
# * <tt>Default:</tt> true
# * <tt>Accepts:</tt> Boolean
Expand Down

0 comments on commit b1b89dc

Please sign in to comment.