Skip to content

Commit

Permalink
another example for the url_for helper
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 2, 2015
1 parent 78792b2 commit f3902a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.23 2015-10-01
6.23 2015-10-02
- Fixed small redirect bug in Mojo::UserAgent::Transactor.

6.22 2015-09-26
Expand Down
2 changes: 2 additions & 0 deletions lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -477,6 +477,8 @@ Alias for L<Mojo/"ua">.
Alias for L<Mojolicious::Controller/"url_for">.
%= url_for('/index.html')->query(foo => 'bar')
=head2 url_with
%= url_with 'named', controller => 'bar', action => 'baz'
Expand Down

0 comments on commit f3902a2

Please sign in to comment.