aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI/Controller/TestModel/Bar.pm
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-21 00:38:47 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-21 00:38:47 +0000
commit599c1172394e3377d8e3e28c06557a99a1a10d1e (patch)
tree78e277ddc4cd5af9c43f9b033d82afc071e3f1e8 /lib/ComponentUI/Controller/TestModel/Bar.pm
parent3671c9c3a3eb9640371d09a80ff88ae774d0a0b7 (diff)
downloadreaction-599c1172394e3377d8e3e28c06557a99a1a10d1e.tar.gz
reaction-599c1172394e3377d8e3e28c06557a99a1a10d1e.zip
container support built into fields and an example of usage in ComponentUI
Diffstat (limited to 'lib/ComponentUI/Controller/TestModel/Bar.pm')
-rw-r--r--lib/ComponentUI/Controller/TestModel/Bar.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ComponentUI/Controller/TestModel/Bar.pm b/lib/ComponentUI/Controller/TestModel/Bar.pm
index f7859b7..0839506 100644
--- a/lib/ComponentUI/Controller/TestModel/Bar.pm
+++ b/lib/ComponentUI/Controller/TestModel/Bar.pm
@@ -6,7 +6,9 @@ use Reaction::Class;
__PACKAGE__->config(
model_name => 'TestModel',
collection_name => 'Bar',
- action => { base => { Chained => '/base', PathPart => 'testmodel/bar' }},
+ action => {
+ base => { Chained => '/base', PathPart => 'testmodel/bar' },
+ },
);
1;