Mojolicious-Plugin-Sugar

 view release on metacpan or  search on metacpan

lib/Mojolicious/Plugin/Sugar.pm  view on Meta::CPAN


    @@ list.html.ep
    % foreach my $msg ( @{ flash messages } ) {
    <li><%= $msg %>
    % }

    # Shortcut to process HTML::FormHandler form 
    my $form = MyApp::Form::Add->new;
    $form->process( $self->params->to_hash );

    if ($form->validated) {
      [...]
    }
    else {
      [...]
    }

=head1 DESCRIPTION

L<Mojolicious::Plugin::Sugar> is a L<Mojolicious> plugin that adds few convenience helpers.



( run in 0.521 second using v1.01-cache-2.11-cpan-39bf76dae61 )