From: Simon Cozens Date: Sat, 20 Mar 2004 09:06:27 +0000 (+0000) Subject: Doc fix. X-Git-Tag: 2.10~274 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=ec6158e614bb29d4e2a11d8cd1b7565816039074;p=maypole.git Doc fix. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@88 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/lib/Maypole.pm b/lib/Maypole.pm index d5d932c..62083e8 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -208,7 +208,7 @@ subclass the model class, and configure your class slightly differently: Then your top-level application package should change the model class: (Before calling C) - ProductDatabase->config->{model_class} = "ProductDatabase::Model"; + ProductDatabase->config->{model} = "ProductDatabase::Model"; (The C<:Exported> attribute means that the method can be called via the URL C/supersearch/...>.)