Skip to content

Commit

Permalink
more realistic example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 11, 2015
1 parent 8b79e62 commit d03a28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Routes.pm
Expand Up @@ -265,7 +265,7 @@ C<attr>, C<has>, C<new> and C<tap>.
=head2 namespaces
my $namespaces = $r->namespaces;
$r = $r->namespaces(['Foo::Bar::Controller']);
$r = $r->namespaces(['MyApp::Controller', 'MyApp']);
Namespaces to load controllers from.
Expand Down

0 comments on commit d03a28b

Please sign in to comment.