aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI/Controller/TestModel/Bar.pm
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-10-22 18:24:11 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-10-22 18:24:11 +0000
commit90bcd4d7fddc86d573c0cfc5d84e126ed1df2a83 (patch)
treeac27425c47fb0b958c9d1e80d6896407beec68ef /lib/ComponentUI/Controller/TestModel/Bar.pm
parent58db82a4efc562dacc3d4123a0583e94f8b48db3 (diff)
downloadreaction-90bcd4d7fddc86d573c0cfc5d84e126ed1df2a83.tar.gz
reaction-90bcd4d7fddc86d573c0cfc5d84e126ed1df2a83.zip
first part of fix for attributes and roles mess. metclass coompat bug still lurks
Diffstat (limited to 'lib/ComponentUI/Controller/TestModel/Bar.pm')
-rw-r--r--lib/ComponentUI/Controller/TestModel/Bar.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ComponentUI/Controller/TestModel/Bar.pm b/lib/ComponentUI/Controller/TestModel/Bar.pm
index 7ede58e..c346480 100644
--- a/lib/ComponentUI/Controller/TestModel/Bar.pm
+++ b/lib/ComponentUI/Controller/TestModel/Bar.pm
@@ -1,7 +1,7 @@
package ComponentUI::Controller::TestModel::Bar;
-use base 'Reaction::UI::Controller::Collection::CRUD';
use Reaction::Class;
+BEGIN { extends 'Reaction::UI::Controller::Collection::CRUD'; }
__PACKAGE__->config(
model_name => 'TestModel',