Skip to content

Commit

Permalink
not that many stash values are reserved anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 13, 2013
1 parent 4b0afec commit b5341d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Controller.pm
Expand Up @@ -877,7 +877,7 @@ discarded.
$c = $c->stash(foo => 'bar');
Non persistent data storage and exchange, application wide default values can
be set with L<Mojolicious/"defaults">. Many stash values have a special
be set with L<Mojolicious/"defaults">. Some stash values have a special
meaning and are reserved, the full list is currently C<action>, C<app>, C<cb>,
C<controller>, C<data>, C<extends>, C<format>, C<handler>, C<json>, C<layout>,
C<namespace>, C<partial>, C<path>, C<status>, C<template> and C<text>. Note
Expand Down

0 comments on commit b5341d4

Please sign in to comment.