From: Norbert Buchmuller Date: Mon, 12 Jan 2009 17:55:48 +0000 (+0100) Subject: * Reworded $rs->current_source_alias POD (thanks to castaway). X-Git-Tag: v0.08240~195 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fed42067ab7f0a6cc76b1e0dcb8d53b900d9f640;p=dbsrgits%2FDBIx-Class.git * Reworded $rs->current_source_alias POD (thanks to castaway). --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index 7eb88f9..644de34 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -2104,9 +2104,8 @@ sub related_resultset { =back -Returns the current alias of the result source that corrensponds to the result -set (this alias will eventually be used as the SQL table alias in the SQL -query). Usually it is C. +Returns the current table alias for the result source this resultset is built +on, that will be used in the SQL query. Usually it is C. Currently the source alias that refers to the result set returned by a L/L family method depends on how you got to the resultset: it's