fixed broken helper.
[catagits/Catalyst-View-TT.git] / lib / Catalyst / Helper / View / TT.pm
index 991c455..51f6a61 100644 (file)
@@ -23,7 +23,7 @@ Helper for TT Views.
 sub mk_compclass {
     my ( $self, $helper ) = @_;
     my $file = $helper->{file};
-    $helper->mk_file( 'compclass', $file );
+    $helper->render_file( 'compclass', $file );
 }
 
 =head1 SEE ALSO