aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-04-17 13:45:18 -0500
committerJeremy Kemper <jeremy@bitsweat.net>2009-04-17 13:45:18 -0500
commitecdc0643f21fa6e4fc75aecc8b3be547f60c3bbc (patch)
tree6b6ee3df0edfc8791662dd13368f238638cc5de3 /railties/guides/source/getting_started.textile
parent60896ca6f4c89260cb9770487f80dec829674b89 (diff)
parent5b92dcb6757e90da316bd0c7a8472b9fa737f268 (diff)
downloadrails-ecdc0643f21fa6e4fc75aecc8b3be547f60c3bbc.tar.gz
rails-ecdc0643f21fa6e4fc75aecc8b3be547f60c3bbc.tar.bz2
rails-ecdc0643f21fa6e4fc75aecc8b3be547f60c3bbc.zip
Merge branch 'master' of git@github.com:rails/rails
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index a216201490..7c029762a3 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -1269,7 +1269,7 @@ You'll also need to modify +views/posts/_form.html.erb+ to include the tags:
With these changes in place, you'll find that you can edit a post and its tags directly on the same view.
-NOTE. You may want to use javascript to dynamically add additional tags on a single form. For an example of this and other advanced techniques, see the "nested model sample application":http://github.com/alloy/complex-form-examples/tree/nested_attributes.
+NOTE. You may want to use JavaScript to dynamically add additional tags on a single form. For an example of this and other advanced techniques, see the "complex form examples application":http://github.com/alloy/complex-form-examples/tree/master.
h3. What's Next?