aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/html
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2008-10-28 06:16:27 -0500
committerMike Gunderloy <MikeG1@larkfarm.com>2008-10-28 06:16:27 -0500
commit65145e3692533b6b41dae176457146e0fdfd406e (patch)
tree480fe37fbbe06e602ecb6d5a82883129bde4cf7f /railties/doc/guides/html
parent92320985fab909adc39ea927f095421ae16a5d27 (diff)
downloadrails-65145e3692533b6b41dae176457146e0fdfd406e.tar.gz
rails-65145e3692533b6b41dae176457146e0fdfd406e.tar.bz2
rails-65145e3692533b6b41dae176457146e0fdfd406e.zip
Typo fix for AR Associations Guide
Diffstat (limited to 'railties/doc/guides/html')
-rw-r--r--railties/doc/guides/html/association_basics.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/html/association_basics.html b/railties/doc/guides/html/association_basics.html
index 012a1a0156..96aae9c51a 100644
--- a/railties/doc/guides/html/association_basics.html
+++ b/railties/doc/guides/html/association_basics.html
@@ -691,7 +691,7 @@ http://www.gnu.org/software/src-highlite -->
belongs_to <span style="color: #990000">:</span>manager<span style="color: #990000">,</span> <span style="color: #990000">:</span>class_name <span style="color: #990000">=&gt;</span> <span style="color: #FF0000">"User"</span>
<span style="font-weight: bold"><span style="color: #0000FF">end</span></span>
</tt></pre></div></div>
-<div class="para"><p>With this setup, you can retrieve <tt>@employee.subordinates</tt> and <tt>@employee.managers</tt>.</p></div>
+<div class="para"><p>With this setup, you can retrieve <tt>@employee.subordinates</tt> and <tt>@employee.manager</tt>.</p></div>
</div>
<h2 id="_tips_tricks_and_warnings">3. Tips, Tricks, and Warnings</h2>
<div class="sectionbody">