--- trunk/lib/Reblog/Items.pm 2009/01/25 12:57:28 1014 +++ trunk/lib/Reblog/Items.pm 2009/01/25 15:20:40 1015 @@ -87,4 +87,7 @@ # You can replace this text with custom content, and it will be preserved on regeneration + +__PACKAGE__->has_many( 'userdata' => 'Reblog::ItemsUserdata', 'item_id' ); + 1;