Skip to content

Commit

Permalink
mention that the controller class needs to be loaded manually
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 14, 2015
1 parent e34c9b8 commit a3853ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Mojolicious.pm
Expand Up @@ -391,7 +391,8 @@ L<Mojolicious::Commands> object.
$app = $app->controller_class('Mojolicious::Controller');
Class to be used for the default controller, defaults to
L<Mojolicious::Controller>.
L<Mojolicious::Controller>. Note that this class needs to have already been
loaded before the first request arrives.
=head2 mode
Expand Down

0 comments on commit a3853ca

Please sign in to comment.