mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixing a couple of spelling mistakes
This commit is contained in:
parent
2715c4a19a
commit
638957151a
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ person.first_name = "First Name Changed"
|
||||||
|
|
||||||
person.changed? #=> true
|
person.changed? #=> true
|
||||||
|
|
||||||
#returns an list of fields arry which all has been changed before saved.
|
#returns a list of fields array which all has been changed before saved.
|
||||||
person.changed #=> ["first_name"]
|
person.changed #=> ["first_name"]
|
||||||
|
|
||||||
#returns a hash of the fields that have changed with their original values.
|
#returns a hash of the fields that have changed with their original values.
|
||||||
|
|
Loading…
Reference in a new issue