]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Test.pm
restart apache2 in postinst
[mfinanz.git] / SL / Controller / Test.pm
index 30638a18a23635e6b581b8dfae2631e02f554008..c94814161f75a88fd7a792f5af94dc6786b4efde 100644 (file)
@@ -14,4 +14,10 @@ sub action_dump_form {
   $self->render(\$output, { type => 'text' });
 }
 
+sub action_ckeditor_test_page {
+  my ($self) = @_;
+
+  $self->render("test/ckeditor");
+}
+
 1;