Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
small documentation tweak
  • Loading branch information
kraih committed Aug 21, 2012
1 parent a39e0c7 commit aab340c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -627,7 +627,7 @@ startup. Meant to be overloaded in a subclass.
In addition to the attributes and methods above you can also call helpers on
L<Mojolicious> objects. This includes all helpers from
L<Mojolicious::Plugin::DefaultHelpers> and L<Mojolicious::Plugin::TagHelpers>.
Note that application helpers are always called with a new C<controller_class>
Note that application helpers are always called with a new default controller
object, so they can't depend on or change controller state, which includes
request, response and stash.
Expand Down

0 comments on commit aab340c

Please sign in to comment.