aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_coder@freenet.de>2009-02-10 19:59:48 +0100
committerAndreas Scherer <andreas_coder@freenet.de>2009-02-10 19:59:48 +0100
commit2012650803d9fea305877a33f0f0b7db1f57566b (patch)
tree5e7692c01ecfbe00f921a22a07f9b3955fcadc07 /railties
parent542e61849e3bdfa8497773c68f7b65b9927114de (diff)
downloadrails-2012650803d9fea305877a33f0f0b7db1f57566b.tar.gz
rails-2012650803d9fea305877a33f0f0b7db1f57566b.tar.bz2
rails-2012650803d9fea305877a33f0f0b7db1f57566b.zip
Mistyped HTML corrected.
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/association_basics.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/association_basics.textile b/railties/guides/source/association_basics.textile
index e44b3a207b..eca0b26fde 100644
--- a/railties/guides/source/association_basics.textile
+++ b/railties/guides/source/association_basics.textile
@@ -552,7 +552,7 @@ If the associated object has already been retrieved from the database for this o
h6. _association_=(associate)
-The <tt><tm>association</em>=</tt> method assigns an associated object to this object. Behind the scenes, this means extracting the primary key from the associate object and setting this object's foreign key to the same value.
+The <tt><em>association</em>=</tt> method assigns an associated object to this object. Behind the scenes, this means extracting the primary key from the associate object and setting this object's foreign key to the same value.
<ruby>
@order.customer = @customer