From: Jess Robinson Date: Tue, 13 Feb 2007 14:00:21 +0000 (+0000) Subject: Improve resultset_attributes docs X-Git-Tag: v0.08010~182 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d84c7d7885c9f2c04ab7f6ea095bcfd85a600a2e;p=dbsrgits%2FDBIx-Class.git Improve resultset_attributes docs --- diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm index a691be9..dbbe1ad 100644 --- a/lib/DBIx/Class/ResultSource.pm +++ b/lib/DBIx/Class/ResultSource.pm @@ -952,7 +952,9 @@ L, 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. =cut