Improve resultset_attributes docs
Jess Robinson [Tue, 13 Feb 2007 14:00:21 +0000 (14:00 +0000)]
lib/DBIx/Class/ResultSource.pm

index a691be9..dbbe1ad 100644 (file)
@@ -952,7 +952,9 @@ L<DBIx::Class::ResultSet>, and set it here.
 
   $source->resultset_attributes({ order_by => [ 'id' ] });
 
-Specify here any attributes you wish to pass to your specialised resultset.
+Specify here any attributes you wish to pass to your specialised
+resultset. For a full list of these, please see
+L<DBIx::Class::ResultSet/ATTRIBUTES>.
 
 =cut