mirror of https://github.com/rails/rails
Merge pull request #17183 from prathamesh-sonpatki/fix-typo-in-am-guide
Fix typo in Active Model guide
This commit is contained in:
commit
85c3d5b230
|
@ -266,7 +266,7 @@ end
|
||||||
|
|
||||||
When including `ActiveModel::Model` you get some features like:
|
When including `ActiveModel::Model` you get some features like:
|
||||||
|
|
||||||
- model name instrospection
|
- model name introspection
|
||||||
- conversions
|
- conversions
|
||||||
- translations
|
- translations
|
||||||
- validations
|
- validations
|
||||||
|
@ -511,7 +511,7 @@ features out of the box.
|
||||||
|
|
||||||
`ActiveModel::SecurePassword` provides a way to securely store any
|
`ActiveModel::SecurePassword` provides a way to securely store any
|
||||||
password in an encrypted form. On including this module, a
|
password in an encrypted form. On including this module, a
|
||||||
`has_secure_password` class method is provided which defines
|
`has_secure_password` class method is provided which defines
|
||||||
an accessor named `password` with certain validations on it.
|
an accessor named `password` with certain validations on it.
|
||||||
|
|
||||||
#### Requirements
|
#### Requirements
|
||||||
|
|
Loading…
Reference in New Issue