--- trunk/lib/Reblog/Feeds.pm 2008/09/14 00:49:57 191 +++ trunk/lib/Reblog/Feeds.pm 2009/01/10 23:29:38 991 @@ -13,7 +13,7 @@ sub collection_table { 'feeds' }; my $feeds_table = $schema->table( collection_table ); has_table( $feeds_table ); -with 'Frey::Collection'; +with 'Frey::ORM::Collection'; my $items_t = $schema->table( 'items' );