diff options
author | Uday Kadaboina <uday88k@gmail.com> | 2012-06-23 02:43:34 -0600 |
---|---|---|
committer | Uday Kadaboina <uday88k@gmail.com> | 2012-06-23 02:43:34 -0600 |
commit | ab5eb50b2176d090e3a31c79304423781bbf7aee (patch) | |
tree | 79ac2c74cef59b30a068b9e524ad33e7f1880723 | |
parent | 62a13093c0986993ed898e0e496d702a9716d139 (diff) | |
download | rails-ab5eb50b2176d090e3a31c79304423781bbf7aee.tar.gz rails-ab5eb50b2176d090e3a31c79304423781bbf7aee.tar.bz2 rails-ab5eb50b2176d090e3a31c79304423781bbf7aee.zip |
fixed a typo
-rw-r--r-- | guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index f25e0c0200..c42f658b94 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -906,7 +906,7 @@ end </ruby> The new method, +update_attributes+, is used when you want to update a record -that already exists, and it accepts an hash containing the attributes +that already exists, and it accepts a hash containing the attributes that you want to update. As before, if there was an error updating the post we want to show the form back to the user. |