X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ff159a4d47b9a2d10744dcfc23da2c63605c8a32..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;