aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-10-02 23:33:28 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-10-02 23:33:28 +0000
commite716714fb1197850975fcd131149db2f53b07f64 (patch)
treebded70e1e73b0039b612eb0a999c23af59995dfd /lib/ComponentUI
parente22de1011c40b639cc4b6e5586a9e0defe855285 (diff)
downloadreaction-e716714fb1197850975fcd131149db2f53b07f64.tar.gz
reaction-e716714fb1197850975fcd131149db2f53b07f64.zip
gridview is so close. so close
Diffstat (limited to 'lib/ComponentUI')
-rw-r--r--lib/ComponentUI/Controller/TestModel/Bar.pm5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/ComponentUI/Controller/TestModel/Bar.pm b/lib/ComponentUI/Controller/TestModel/Bar.pm
index 2cf7681..644a20f 100644
--- a/lib/ComponentUI/Controller/TestModel/Bar.pm
+++ b/lib/ComponentUI/Controller/TestModel/Bar.pm
@@ -6,10 +6,7 @@ use Reaction::Class;
__PACKAGE__->config(
model_base => 'TestModel',
model_name => 'Bar',
- action => { base => { Chained => '/base', PathPart => 'testmodel/bar' },
- list => { ViewPort => { layout => 'bar_list' } },
- update => { ViewPort => { layout => 'bar_form' } },
- create => { ViewPort => { layout => 'bar_form' } } },
+ action => { base => { Chained => '/base', PathPart => 'testmodel/bar' }},
);
1;