From: Aran Deltac Date: Wed, 26 Apr 2006 22:15:41 +0000 (+0000) Subject: Document the exitance of the DBIx::Class::ResultSource::schema() accessor. X-Git-Tag: v0.07002~110 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9b7bd6e3c914ad18b8c3b3ceaa866f2e2bad5df;p=dbsrgits%2FDBIx-Class.git Document the exitance of the DBIx::Class::ResultSource::schema() accessor. --- diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm index 8f059ed..0a1436c 100644 --- a/lib/DBIx/Class/ResultSource.pm +++ b/lib/DBIx/Class/ResultSource.pm @@ -288,7 +288,10 @@ Returns an expression of the source to be supplied to storage to specify retrieval from this source. In the case of a database, the required FROM clause contents. -=cut +=head2 schema + +Returns the L object that this result source +belongs too. =head2 storage