Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
also mention the delay helper
  • Loading branch information
kraih committed Aug 27, 2016
1 parent a78557c commit 667812e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -267,7 +267,8 @@ connection has been closed in the meantime and the value of the attribute
L<Mojolicious::Controller/"tx"> is no longer available. While there might not be
a way to prevent the connection from getting closed, you can also avoid this
error message by keeping a reference to the transaction object that is not
weakened.
weakened. The helper L<Mojolicious::Plugin::DefaultHelpers/"delay"> will do this
automatically for you.

=head1 MORE

Expand Down

0 comments on commit 667812e

Please sign in to comment.