projects
/
maypole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc3504
)
Doc fix.
author
Simon Cozens
<simon@simon-cozens.org>
Sat, 20 Mar 2004 09:06:27 +0000
(09:06 +0000)
committer
Simon Cozens
<simon@simon-cozens.org>
Sat, 20 Mar 2004 09:06:27 +0000
(09:06 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@88
48953598
-375a-da11-a14b-
00016c27c3ee
lib/Maypole.pm
patch
|
blob
|
history
diff --git
a/lib/Maypole.pm
b/lib/Maypole.pm
index d5d932c4816a32c8e78c4650e6042ffc9b04f938..62083e82a2c1a8423aa63f2ea9fa13f5dd73ab49 100644
(file)
--- 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<setup>)
- 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</I<table>/supersearch/...>.)