aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/html/2_2_release_notes.html
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2008-11-09 06:45:34 -0600
committerMike Gunderloy <MikeG1@larkfarm.com>2008-11-09 06:45:34 -0600
commit119a6397f5edb5732c0dfcb2eb750649065004bd (patch)
tree0ba5a3aa0bace250eecb1f64a1344576d516676a /railties/doc/guides/html/2_2_release_notes.html
parent759ace7e87eb7b3cf6614b85db96913813d71a39 (diff)
downloadrails-119a6397f5edb5732c0dfcb2eb750649065004bd.tar.gz
rails-119a6397f5edb5732c0dfcb2eb750649065004bd.tar.bz2
rails-119a6397f5edb5732c0dfcb2eb750649065004bd.zip
Fix major gaffe about shallow routes in routing guide & release notes, regen guides html
Diffstat (limited to 'railties/doc/guides/html/2_2_release_notes.html')
-rw-r--r--railties/doc/guides/html/2_2_release_notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/html/2_2_release_notes.html b/railties/doc/guides/html/2_2_release_notes.html
index 931786ef6c..e234242ade 100644
--- a/railties/doc/guides/html/2_2_release_notes.html
+++ b/railties/doc/guides/html/2_2_release_notes.html
@@ -695,7 +695,7 @@ Counter cache columns (for associations declared with <tt>:counter_cache &#8658;
<div class="sectionbody">
<div class="para"><p>On the controller side, there are a couple of changes that will help tidy up your routes.</p></div>
<h3 id="_shallow_route_nesting">6.1. Shallow Route Nesting</h3>
-<div class="para"><p>Shallow route nesting provides a solution to the well-known difficulty of using deeply-nested resources. With shallow nesting, you need only supply enough information to uniquely identify the resource that you want to work with - but you <em>can</em> supply more information.</p></div>
+<div class="para"><p>Shallow route nesting provides a solution to the well-known difficulty of using deeply-nested resources. With shallow nesting, you need only supply enough information to uniquely identify the resource that you want to work with.</p></div>
<div class="listingblock">
<div class="content"><!-- Generator: GNU source-highlight 2.9
by Lorenzo Bettini