Skip to content

Commit

Permalink
Merge pull request #104 from udaykadaboina/typofix
Browse files Browse the repository at this point in the history
fixed a typo [ci skip]
  • Loading branch information
Francesco Rodríguez committed Jun 23, 2012
2 parents cca9a21 + 0c22ac2 commit 956c8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/getting_started.textile
Expand Up @@ -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.

Expand Down Expand Up @@ -1191,7 +1191,7 @@ delete "posts/:id" => "posts#destroy"

That's a lot to type for covering a single *resource*. Fortunately,
Rails provides a +resources+ method which can be used to declare a
standard REST resource. Here's how +config/routes/rb+ looks after the
standard REST resource. Here's how +config/routes.rb+ looks after the
cleanup:

<ruby>
Expand Down

0 comments on commit 956c8e5

Please sign in to comment.