Don't bother looking up type - the subclasses know what they are.
[catagits/Gitalist.git] / lib / Gitalist / Git / Object / Blob.pm
index 07909f0..4629c0b 100644 (file)
@@ -2,5 +2,5 @@ package Gitalist::Git::Object::Blob;
 use MooseX::Declare;
 
 class Gitalist::Git::Object::Blob extends Gitalist::Git::Object {
-
+        has '+type' => ( default => 'blob' );
 }