From: Kieren Diment <diment@gmail.com>
Date: Tue, 23 Jan 2007 10:15:05 +0000 (+0000)
Subject: minor doc improvement to clarify how to do joins
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ab152a90bb53ad9adb32893076fe7b8f16c30b7;p=dbsrgits%2FDBIx-Class-Historic.git

minor doc improvement to clarify how to do joins
---

diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm
index af68b29..eaead53 100644
--- a/lib/DBIx/Class/ResultSet.pm
+++ b/lib/DBIx/Class/ResultSet.pm
@@ -1804,7 +1804,9 @@ Shortcut to include additional columns in the returned results - for example
   });
 
 would return all CDs and include a 'name' column to the information
-passed to object inflation
+passed to object inflation. Note that the 'artist' is the name of the
+column (or relationship) accessor, and 'name' is the name of the column
+accessor in the related table.
 
 =head2 select