add notes about table object stringify to name
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Table.pm
index 46116aa..4f470dc 100644 (file)
@@ -11,7 +11,8 @@ L<DBIx::Class::Schema::Loader>
 
 =head1 DESCRIPTION
 
-Inherits from L<DBIx::Class::Schema::Loader::DBObject>.
+Inherits from L<DBIx::Class::Schema::Loader::DBObject>. Stringifies to
+C<< $table->name >>.
 
 =head1 SEE ALSO