work in progress, listview still broken
[catagits/Reaction.git] / lib / Reaction / InterfaceModel / Collection.pm
index 9b962bd..068e1c0 100644 (file)
@@ -33,6 +33,8 @@ class Collection is "Reaction::InterfaceModel::Object", which {
                             metaclass  => DomainModelAttribute,
                            );
 
+  has 'member_type' => (is => 'ro', isa => 'ClassName');
+
   implements _build__collection_store => as { [] };
 
   implements members => as {