diff options
author | Mark Rushakoff <mark.rushakoff@gmail.com> | 2012-05-14 22:33:45 -0700 |
---|---|---|
committer | Mark Rushakoff <mark.rushakoff@gmail.com> | 2012-05-14 22:33:45 -0700 |
commit | b83f4c74531373421852d83babb27775d14dd9b3 (patch) | |
tree | 1ef86f3d67b0a72293d0efd57843d04bd2daa3bc | |
parent | 7ecfe3d30ccfaee8dcca4ee649cc006c090bdfb4 (diff) | |
download | rails-b83f4c74531373421852d83babb27775d14dd9b3.tar.gz rails-b83f4c74531373421852d83babb27775d14dd9b3.tar.bz2 rails-b83f4c74531373421852d83babb27775d14dd9b3.zip |
s/aff/add [ci skip]
-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 6d847575c4..e93a94448a 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -510,7 +510,7 @@ wherever the model was saved or not. h4. Showing Posts If you submit the form again now, Rails will complain about not finding -the +show+ action. That's not very useful though, so let's aff the +the +show+ action. That's not very useful though, so let's add the +show+ action before proceeding. Open +config/routes.rb+ and add the following route: <ruby> |