Skip to content

Commit

Permalink
* lib/Dancer/Plugin/Lucy.pm: register two symbols for this Dancer plu…
Browse files Browse the repository at this point in the history
…gin: an indexer and a searcher
  • Loading branch information
edipretoro committed Feb 25, 2012
1 parent fb5a386 commit 62152c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/Dancer/Plugin/Lucy.pm
Expand Up @@ -4,4 +4,14 @@ package Dancer::Plugin::Lucy;
use Dancer ':syntax';
use Dancer::Plugin;

register indexer => sub {

};

register searcher => sub {

};

register_plugin;

1;

0 comments on commit 62152c0

Please sign in to comment.