Docs
Tomas Doran [Wed, 1 Sep 2010 21:35:03 +0000 (21:35 +0000)]
lib/Catalyst/Authentication/Store/DBIx/Class/User.pm

index 647ebcc..8ea1e62 100644 (file)
@@ -361,6 +361,14 @@ By default, auto_update will call the C<auto_update()> method of the
 DBIx::Class::Row object associated with the user. It is up to you to implement
 that method (probably in your schema file)
 
+=head2 AUTOLOAD
+
+Delegates method calls to the underlieing user row.
+
+=head2 can
+
+Delegates handling of the C<< can >> method to the underlieing user row.
+
 =head1 BUGS AND LIMITATIONS
 
 None known currently, please email the author if you find any.