[Bast-commits] r3349 - trunk/Anything/lib/Anything
castaway at dev.catalyst.perl.org
castaway at dev.catalyst.perl.org
Mon May 21 21:31:21 GMT 2007
Author: castaway
Date: 2007-05-21 21:31:20 +0100 (Mon, 21 May 2007)
New Revision: 3349
Added:
trunk/Anything/lib/Anything/InterfaceModel.pm
Log:
Ooops, missed InterfaceModel.pm
Added: trunk/Anything/lib/Anything/InterfaceModel.pm
===================================================================
--- trunk/Anything/lib/Anything/InterfaceModel.pm (rev 0)
+++ trunk/Anything/lib/Anything/InterfaceModel.pm 2007-05-21 20:31:20 UTC (rev 3349)
@@ -0,0 +1,17 @@
+package Anything::InterfaceModel;
+
+use Reaction::InterfaceModel::DBIC::SchemaClass;
+
+class InterfaceModel, which {
+
+ domain_model '_anything_schema' =>
+ (
+ isa => 'DB::Anything',
+ reflect => [
+ 'Items',
+ 'Type',
+ ],
+ );
+};
+
+1;
More information about the Bast-commits
mailing list