unlazified field value setting
[catagits/Reaction.git] / lib / ComponentUI / Controller / TestModel / Bar.pm
CommitLineData
7adfd53f 1package ComponentUI::Controller::TestModel::Bar;
2
89b70ba7 3use base 'Reaction::UI::Controller::Collection::CRUD';
7adfd53f 4use Reaction::Class;
5
6__PACKAGE__->config(
a4f82080 7 model_name => 'TestModel',
8 collection_name => 'Bar',
e716714f 9 action => { base => { Chained => '/base', PathPart => 'testmodel/bar' }},
7adfd53f 10);
11
121;