]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Model/CDBI.pm
Fixed description of how Maypole::Application loads plugins, in Mp::Manual::Inheritance.
[maypole.git] / lib / Maypole / Model / CDBI.pm
index 8de426a7ff409e610b94afaea9b978da39e3a678..df8d6c8b210094f3bc23703ae8e0a1f8bc522248 100644 (file)
@@ -256,7 +256,7 @@ sub setup_database {
 
 sub class_of {
     my ( $self, $r, $table ) = @_;
-    return $r->config->loader->_table2class($table);
+    return $r->config->loader->_table2class($table); # why not find_class ?
 }
 
 sub fetch_objects {