Skip to content

Commit

Permalink
link to rendering guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 12, 2015
1 parent 13c9fca commit cdadac9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/Mojolicious.pm
Expand Up @@ -432,10 +432,9 @@ L</"plugin"> method below if you want to load a plugin.
my $renderer = $app->renderer;
$app = $app->renderer(Mojolicious::Renderer->new);
Used in your application to render content, defaults to a
L<Mojolicious::Renderer> object. The two main renderer plugins
L<Mojolicious::Plugin::EPRenderer> and L<Mojolicious::Plugin::EPLRenderer>
contain more information.
Used to render content, defaults to a L<Mojolicious::Renderer> object. For
more information about how to generate content see
L<Mojolicious::Guides::Rendering>.
# Add another "templates" directory
push @{$app->renderer->paths}, '/home/sri/templates';
Expand Down

0 comments on commit cdadac9

Please sign in to comment.