From 2012650803d9fea305877a33f0f0b7db1f57566b Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Tue, 10 Feb 2009 19:59:48 +0100 Subject: Mistyped HTML corrected. --- railties/guides/source/association_basics.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') 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 association= 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 association= 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. @order.customer = @customer -- cgit v1.2.3