aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/ViewPort/ListView.pm
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-11-13 21:43:36 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-11-13 21:43:36 +0000
commit89939ff9e89dbee9a8e4e7b8a5614f1fff0a74ae (patch)
tree3c34547fc126c6f6f0f8d078ba5d100bad42d74a /lib/Reaction/UI/ViewPort/ListView.pm
parentcb52a02e82517266f669680fc67f6df2f6193bdb (diff)
downloadreaction-89939ff9e89dbee9a8e4e7b8a5614f1fff0a74ae.tar.gz
reaction-89939ff9e89dbee9a8e4e7b8a5614f1fff0a74ae.zip
changes so far for new moose / mop
Diffstat (limited to 'lib/Reaction/UI/ViewPort/ListView.pm')
-rw-r--r--lib/Reaction/UI/ViewPort/ListView.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reaction/UI/ViewPort/ListView.pm b/lib/Reaction/UI/ViewPort/ListView.pm
index 3d21ad6..f20f555 100644
--- a/lib/Reaction/UI/ViewPort/ListView.pm
+++ b/lib/Reaction/UI/ViewPort/ListView.pm
@@ -13,7 +13,7 @@ class ListView is 'Reaction::UI::ViewPort::GridView', which {
#If I decide that object actions and collection actions should be
#lumped together i oculd move these into the collection action role
#ooor we could create a third role that does this, but gah, no?
- implements build_entity_class => as { WithActions };
+ implements _build_entity_class => as { WithActions };
#You'se has to goes aways. sorry.
#if i saved the args as an attribute i could probably get around this....