From dd1b33078addb07fa2c2efb133f079be38c45657 Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Mon, 9 Aug 2010 15:46:39 -0700 Subject: Fixed problem with markup that caused an extra symbol in a function name when rendered. --- railties/guides/source/association_basics.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/guides/source/association_basics.textile b/railties/guides/source/association_basics.textile index b1ee4b8be4..fd1e7f4baf 100644 --- a/railties/guides/source/association_basics.textile +++ b/railties/guides/source/association_basics.textile @@ -550,7 +550,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+. -- cgit v1.2.3