Skip to content

Commit

Permalink
no need to mention the "mojo/*" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 20, 2015
1 parent d783170 commit dcfb9f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Mojolicious/Controller.pm
Expand Up @@ -635,8 +635,7 @@ Render content with L<Mojolicious/"renderer"> and emit hooks
L<Mojolicious/"before_render"> as well as L<Mojolicious/"after_render">, or
call L<Mojolicious::Plugin::DefaultHelpers/"reply-E<gt>not_found"> if no
response could be generated, all additional key/value pairs get merged into the
L</"stash">. Note that all templates with a C<mojo/*> prefix are reserved for
internal use.
L</"stash">.
# Render characters
$c->render(text => 'I ♥ Mojolicious!');
Expand Down

0 comments on commit dcfb9f2

Please sign in to comment.