]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Model/CDBI.pm
pjsz and AJT Maypole/Model updates and fixes
[maypole.git] / lib / Maypole / Model / CDBI.pm
index 32f36b909ea174c37f4f6af9e1a61bbde0288450..2c79804642773411585ceca3e564bff1966c048d 100644 (file)
@@ -572,6 +572,12 @@ sub setup_database {
       if $namespace->debug;
 }
 
+=head2 class_of
+
+  returns class for given table
+
+=cut
+
 sub class_of {
     my ( $self, $r, $table ) = @_;
     return $r->config->loader->_table2class($table); # why not find_class ?