]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/View/Base.pm
changed template path ordering a bit more in TT
[maypole.git] / lib / Maypole / View / Base.pm
index 5ae1bae6e86216ddaa22ea133d80c84e0e4f3e10..0e9378fd465d15cbd60613304fb44f9456f7eba3 100644 (file)
@@ -23,8 +23,8 @@ sub paths {
              && File::Spec->catdir( $path, $r->model_class->table )
              )
             );
-       push(@output, $path);
        push(@output, File::Spec->catdir( $path, "custom" ));
+       push(@output, $path);
        push(@output, File::Spec->catdir( $path, "factory" ));
     }