Skip to content

Instantly share code, notes, and snippets.

@willert
Created November 20, 2013 13:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willert/7563452 to your computer and use it in GitHub Desktop.
Save willert/7563452 to your computer and use it in GitHub Desktop.
Autocomplete
sub ingredient : Chained(base) {
my ( $self, $ctx, $query_string, @rest ) = @_;
$query_string = join( q{/}, $query_string, @rest ) if @rest;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment