Wholesale removal of the old model and compat code
[catagits/Gitalist.git] / lib / Gitalist.pm
index edd3519..92498c1 100644 (file)
@@ -19,7 +19,7 @@ use gitweb;
 __PACKAGE__->config(
     name => 'Gitalist',
     default_view => 'Default',
-    default_model => 'Git', # Yes, we are going to be changing this.
+    default_model => 'GitRepos',
     # Set to 1 to make your fcgi die the request after you push :)
     exit_at_end_of_request_if_updated => 0,
 );