Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
show all over use cases
  • Loading branch information
kraih committed Aug 10, 2012
1 parent 0d5b7a9 commit e68c988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Mojolicious/Routes/Route.pm
Expand Up @@ -482,6 +482,7 @@ L<Mojolicious::Lite> tutorial for more argument variations.
my $over = $r->over;
$r = $r->over(foo => 1);
$r = $r->over(foo => 1, bar => qr/\w+/);
$r = $r->over([foo => 1, bar => qr/\w+/]);
Activate conditions for this route. Note that this automatically disables the
routing cache, since conditions are too complex for caching.
Expand Down

0 comments on commit e68c988

Please sign in to comment.