fixed non-moosey action classes and documented isa option
[catagits/CatalystX-Declare.git] / t / lib / RenderViewTestApp / View / Test.pm
CommitLineData
2bb54af3 1use CatalystX::Declare;
2
3view RenderViewTestApp::View::Test {
4
5 method process (Catalyst $ctx) {
6 $ctx->response->body( $CLASS );
7 }
8}