lib/DBIx/Class/ResultSource.pm
Matt S Trout [Tue, 21 Mar 2006 23:14:45 +0000 (23:14 +0000)]
lib/DBIx/Class/ResultSource.pm

index 250cc5d..e2e2d74 100644 (file)
@@ -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