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