]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
Docs.
[maypole.git] / lib / Maypole.pm
index b55f4f810ef18a0bed337f5ace24765868062914..4f73848fd700a6b9320de342f16e094c4997d72b 100644 (file)
@@ -190,6 +190,9 @@ subclass the model class, and configure your class slightly differently:
         $r->template("template_name");
     }
 
+Then your top-level application package should change the model class:
+(Before calling C<setup>)
+
     ProductDatabase->config->{model_class} = "ProductDatabase::Model";
 
 (The C<:Exported> attribute means that the method can be called via the