Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
less detailed description for render method
  • Loading branch information
kraih committed Nov 27, 2014
1 parent 467e47d commit e7f31c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Mojolicious/Controller.pm
Expand Up @@ -665,9 +665,7 @@ Prepare a C<302> redirect response, takes the same arguments as L</"url_for">.
my $bool = $c->render('foo/index');
Render content with L<Mojolicious::Renderer/"render"> and emit hooks
L<Mojolicious/"before_render"> as well as L<Mojolicious/"after_render">. If no
template is provided a default one based on controller and action or route
name will be generated with L<Mojolicious::Renderer/"template_for">, all
L<Mojolicious/"before_render"> as well as L<Mojolicious/"after_render">, all
additional pairs get merged into the L</"stash">.
# Render characters
Expand Down

0 comments on commit e7f31c6

Please sign in to comment.