From 638957151ac9b0a20f1a24a94d072c04fd1b0ee9 Mon Sep 17 00:00:00 2001 From: Ershad K Date: Tue, 4 Dec 2012 23:44:26 +0530 Subject: Fixing a couple of spelling mistakes --- guides/source/active_model_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/active_model_basics.md') diff --git a/guides/source/active_model_basics.md b/guides/source/active_model_basics.md index 0c278095ab..ba005bfea5 100644 --- a/guides/source/active_model_basics.md +++ b/guides/source/active_model_basics.md @@ -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. -- cgit v1.2.3