Skip to content

Instantly share code, notes, and snippets.

@ology
Last active December 8, 2022 23:42
Show Gist options
  • Save ology/e0b58ea953d508b06f71653b8924af59 to your computer and use it in GitHub Desktop.
Save ology/e0b58ea953d508b06f71653b8924af59 to your computer and use it in GitHub Desktop.
My $0.02 :)
my @post_links = map {
$self->url_for(
'single_' . $_->{type},
$_->{type} . '_id' => $link->{id}
)
} @$flagged_posts;
$self->stash(post_links => \@post_links);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment