aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI/Controller/TestModel/Foo.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ComponentUI/Controller/TestModel/Foo.pm')
-rw-r--r--lib/ComponentUI/Controller/TestModel/Foo.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ComponentUI/Controller/TestModel/Foo.pm b/lib/ComponentUI/Controller/TestModel/Foo.pm
index 846223e..3477e0f 100644
--- a/lib/ComponentUI/Controller/TestModel/Foo.pm
+++ b/lib/ComponentUI/Controller/TestModel/Foo.pm
@@ -4,8 +4,8 @@ use base 'Reaction::UI::CRUDController';
use Reaction::Class;
__PACKAGE__->config(
- model_base => 'TestModel',
- model_name => 'Foo',
+ model_name => 'TestModel',
+ collection_name => 'Foo',
action => { base => { Chained => '/base', PathPart => 'testmodel/foo' } },
);