X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/766f5705ecb9cd56adfbffd94c871959bb64c6fd..eeb5375ee7727c956cc357cc8f90b19d1bfe80b9:/SL/Controller/Test.pm diff --git a/SL/Controller/Test.pm b/SL/Controller/Test.pm index 30638a18a..c94814161 100644 --- a/SL/Controller/Test.pm +++ b/SL/Controller/Test.pm @@ -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;