/[Frey]/trunk/lib/Reblog/Feeds.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Reblog/Feeds.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 990 by dpavlin, Sun Sep 14 00:49:57 2008 UTC revision 991 by dpavlin, Sat Jan 10 23:29:38 2009 UTC
# Line 13  my $schema = Reblog::Schema->Schema; Line 13  my $schema = Reblog::Schema->Schema;
13  sub collection_table { 'feeds' };  sub collection_table { 'feeds' };
14  my $feeds_table = $schema->table( collection_table );  my $feeds_table = $schema->table( collection_table );
15  has_table( $feeds_table );  has_table( $feeds_table );
16  with 'Frey::Collection';  with 'Frey::ORM::Collection';
17    
18  my $items_t = $schema->table( 'items' );  my $items_t = $schema->table( 'items' );
19    

Legend:
Removed from v.990  
changed lines
  Added in v.991

  ViewVC Help
Powered by ViewVC 1.1.26