From 13e3f9c0ce83900d3d5647899a4cff443689c266 Mon Sep 17 00:00:00 2001 From: Jaime Iniesta Date: Thu, 1 Apr 2010 17:53:55 +0200 Subject: Putting back italics into association headers on association_basics.textile --- railties/guides/source/association_basics.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties') diff --git a/railties/guides/source/association_basics.textile b/railties/guides/source/association_basics.textile index 4e93bb874b..4256466bec 100644 --- a/railties/guides/source/association_basics.textile +++ b/railties/guides/source/association_basics.textile @@ -540,7 +540,7 @@ build_customer create_customer -h6. association(force_reload = false) +h6. _association_(force_reload = false) The association method returns the associated object, if any. If no associated object is found, it returns +nil+. @@ -550,7 +550,7 @@ The association method returns the associated object, if any. If the associated object has already been retrieved from the database for this object, the cached version will be returned. To override this behavior (and force a database read), pass +true+ as the +force_reload+ argument. -h6. association=(associate) +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. -- cgit v1.2.3