Skip to content

Commit

Permalink
mention more details in method description
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 14, 2014
1 parent f2ae3c3 commit 3564a9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@

5.29 2014-08-15
- Added helpers method to Mojolicious::Controller.

5.28 2014-08-13
- Improved performance of nested helpers and helpers in templates
Expand Down
4 changes: 3 additions & 1 deletion lib/Mojolicious/Controller.pm
Expand Up @@ -560,7 +560,9 @@ L</"session">.
my $helpers = $c->helpers;
Return proxy object on which all helpers can be called.
Return proxy object on which all helpers provided by L</"app"> can be called.
This includes all helpers from L<Mojolicious::Plugin::DefaultHelpers> and
L<Mojolicious::Plugin::TagHelpers>.
$c->helpers->layout('green');
Expand Down

0 comments on commit 3564a9a

Please sign in to comment.