Added reference to get_inflated_columns in get_columns docs.
Tim Bunce [Fri, 12 Jun 2009 14:27:38 +0000 (14:27 +0000)]
lib/DBIx/Class/Row.pm

index b2eee57..8631832 100644 (file)
@@ -647,6 +647,8 @@ sub has_column_loaded {
 Returns all loaded column data as a hash, containing raw values. To
 get just one value for a particular column, use L</get_column>.
 
+See L</get_inflated_columns> to get the inflated values.
+
 =cut
 
 sub get_columns {