Fixing a couple of spelling mistakes

This commit is contained in:
Ershad K 2012-12-04 23:44:26 +05:30
parent 2715c4a19a
commit 638957151a
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ person.first_name = "First Name Changed"
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"]
#returns a hash of the fields that have changed with their original values.