Skip to content

Commit

Permalink
mention that after_render is not emitted for partial content
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 6, 2013
1 parent 887d5fe commit f168976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -487,7 +487,7 @@ Mostly used for custom dispatchers and post-processing static file responses.
=item C<after_render>
Emitted after content has been generated by the renderer.
Emitted after content has been generated by the renderer that is not partial.
$app->hook(after_render => sub {
my ($c, $output, $format) = @_;
Expand Down

0 comments on commit f168976

Please sign in to comment.