mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix spelling error in has_secure_password documentation [ci skip]
This commit is contained in:
parent
33ae634483
commit
9034938714
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module ActiveModel
|
|||
# it). When this attribute has a +nil+ value, the validation will not be
|
||||
# triggered.
|
||||
#
|
||||
# For further customizability, it is possible to supress the default
|
||||
# For further customizability, it is possible to suppress the default
|
||||
# validations by passing <tt>validations: false</tt> as an argument.
|
||||
#
|
||||
# Add bcrypt (~> 3.1.7) to Gemfile to use #has_secure_password:
|
||||
|
|
Loading…
Reference in a new issue