From: Matt S Trout Date: Tue, 21 Mar 2006 23:14:45 +0000 (+0000) Subject: lib/DBIx/Class/ResultSource.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bcc5a2102b4052d6f642c870b7747af4f6f60461;p=dbsrgits%2FDBIx-Class-Historic.git lib/DBIx/Class/ResultSource.pm --- diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm index 250cc5d..e2e2d74 100644 --- a/lib/DBIx/Class/ResultSource.pm +++ b/lib/DBIx/Class/ResultSource.pm @@ -636,10 +636,13 @@ sub related_class { =head2 resultset -Returns a resultset for the given source, by calling: +Returns a resultset for the given source. This will initially be created +on demand by calling $self->resultset_class->new($self, $self->resultset_attributes) +but is cached from then on unless resultset_class changes. + =head2 resultset_class Set the class of the resultset, this is useful if you want to create your