X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FComponentUI%2FController%2FTestModel%2FBar.pm;h=083950639618e39f5558a1906f2d39770a301b5b;hb=599c1172394e3377d8e3e28c06557a99a1a10d1e;hp=f3140ee95dbbeec930eea9cb6859941ae78f5573;hpb=a4f82080351c17ad76981742a8e45231781f75fe;p=catagits%2FReaction.git diff --git a/lib/ComponentUI/Controller/TestModel/Bar.pm b/lib/ComponentUI/Controller/TestModel/Bar.pm index f3140ee..0839506 100644 --- a/lib/ComponentUI/Controller/TestModel/Bar.pm +++ b/lib/ComponentUI/Controller/TestModel/Bar.pm @@ -1,12 +1,14 @@ package ComponentUI::Controller::TestModel::Bar; -use base 'Reaction::UI::CRUDController'; +use base 'Reaction::UI::Controller::Collection::CRUD'; 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;