Commit rather useless but already written mysql test extension
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / BooksInLibrary.pm
index b239253..8da54e6 100644 (file)
@@ -29,4 +29,6 @@ __PACKAGE__->set_primary_key('id');
 
 __PACKAGE__->resultset_attributes({where => { source => "Library" } });
 
+__PACKAGE__->belongs_to ( owner => 'DBICTest::Schema::Owners', 'owner' );
+
 1;