Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bridges do not always match
  • Loading branch information
kraih committed Jan 23, 2014
1 parent 300485b commit fd3debb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

4.69 2014-01-23
4.69 2014-01-24
- Improved router to allow format detection for bridges.

4.68 2014-01-22
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Routing.pod
Expand Up @@ -555,7 +555,7 @@ with L<Mojolicious::Controller/"send"> right away.

Bridge routes created with the method L<Mojolicious::Routes::Route/"bridge">
can be used to share code with multiple nested routes, because unlike normal
nested routes, they always match and result in additional dispatch cycles.
nested routes, they result in additional dispatch cycles when they match.

# /foo -> undef
# /foo/bar -> {controller => 'foo', action => 'baz'}
Expand Down

0 comments on commit fd3debb

Please sign in to comment.