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