Make filename handling a generic actionrole. Fix more nav uris
[catagits/Gitalist.git] / lib / Gitalist / Controller / Root.pm
index b20ebc1..eb66233 100644 (file)
@@ -12,7 +12,7 @@ use Gitalist::Utils qw/ age_string /;
 
 use namespace::autoclean;
 
-BEGIN { extends 'Catalyst::Controller' }
+BEGIN { extends 'Gitalist::Controller' }
 
 __PACKAGE__->config->{namespace} = '';