Skip to content

Commit

Permalink
tweaked example in growing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 11, 2012
1 parent a131c8c commit 7322149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Growing.pod
Expand Up @@ -243,7 +243,7 @@ make our C<model> available to all actions and templates.
use lib 'lib';
use MyUsers;

# Helper returning our model object
# Helper to lazy initialize and store our model object
helper users => sub { state $users = MyUsers->new };

# /?user=sri&pass=secr3t
Expand Down

0 comments on commit 7322149

Please sign in to comment.