Add root search action, which does nothing right now. How did this used to be impleme...
[catagits/Gitalist.git] / lib / Gitalist / Controller / Root.pm
index 4210ddc..963a286 100644 (file)
@@ -50,6 +50,8 @@ sub base : Chained('/root') PathPart('') CaptureArgs(0) {
   );
 }
 
+sub search : Chained('base') Args(0) {}
+
 =head2 search_help
 
 Provides some help for the search form.