Guest User

Untitled

a guest
May 24th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.13 KB | None | 0 0
  1. for my $mod (qw/articles news gallery/) {
  2.   $a->get("/admin/$mod/:action")->to(controller => "admin-$mod", action => 'index');
  3. }
Add Comment
Please, Sign In to add comment